Skip to content

investigate client disconnect exception #228

@kortemik

Description

@kortemik

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

server

see close
acked close

client closing

closing
closed
tearing
teared

client open socket again

open
opened

client

connecting

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions