mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Merge pull request #366 from dicej/server-socket-channel
fix WSA error 10093 when openning a ServerSocketChannel
This commit is contained in:
commit
0107e09c58
@ -25,6 +25,8 @@ public class ServerSocketChannel extends SelectableChannel {
|
||||
}
|
||||
|
||||
public static ServerSocketChannel open() throws IOException {
|
||||
Socket.init();
|
||||
|
||||
return new ServerSocketChannel();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user