Open kortemik opened 8 hours ago
Description while debugging rlp_01 following is seen:
client socket:
open opened
client send open
connecting
server
see open acked open
client receive open ack
connected
see close acked close
client closing
closing closed tearing teared
client open socket again
client
server produces
[Thread-1] WARN com.teragrep.net_01.eventloop.EventLoop - Detected unexpectedly closed channel
while the next connection continues
see open acked open connected see close acked close closing closed tearing teared
this may be that the client closed before hint frame 0 serverclose 0 was processed.
version 9.0.0
such warning is produced by CancelledKeyException
Description while debugging rlp_01 following is seen:
client socket:
client send open
server
client receive open ack
server
client closing
client open socket again
client
server produces
while the next connection continues
this may be that the client closed before hint frame 0 serverclose 0 was processed.