mirror of
https://github.com/corda/corda.git
synced 2025-02-08 20:10:22 +00:00
We need to call Socket.init before trying to use the Windows Socket library. We were already doing this in SocketChannel.open, but not in ServerSocketChannel.open.