Siva Santhalingam

Results 1 issues of Siva Santhalingam

In the run() method: SocketChannel socketChannel = ((ServerSocketChannel) key.channel()).accept(); socketChannel.configureBlocking(false); newChannels.add(socketChannel); Modification to newChannels should be protected by synchronized block. - [ ] Verify design and implementation - [x] Verify...

stale