Description
while debugging rlp_01 following is seen:
client socket:
client send open
server
client receive open ack
server
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.
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.