Per the https://github.com/haskell/network/pull/549#issuecomment-1523930822, any recent (since 2018, [announced in 2017](https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/)) and supported Windows platform does support `AF_UNIX` sockets So I guess these `#if !WINDOWS` can be dropped https://github.com/fpco/streaming-commons/blob/5049e1c39dd998d71959a9fe63f44fbdf96b9d38/Data/Streaming/Network.hs#L42
Per the haskell/network#549 (comment), any recent (since 2018, announced in 2017) and supported Windows platform does support
AF_UNIXsocketsSo I guess these
#if !WINDOWScan be droppedstreaming-commons/Data/Streaming/Network.hs
Line 42 in 5049e1c