Needs to use SocketChannelStream to avoid deadlock.
streams created from SocketChannel doesn't allow concurrent read/write by different threads, which appear to be a bug in NIO.
Loading
Please register or sign in to comment
streams created from SocketChannel doesn't allow concurrent read/write by different threads, which appear to be a bug in NIO.