pekko/akka-actor-tests
Johannes Rudolph 1b95f65cf4 io: handle half-closed connection when peer closed first
This allows to send data back to the peer even if the peer already has sent
EOF/FIN as specified for TCP. To fully close a connection, the handler has
to close its side of the connection now actively once it is finished with
writing even if it received a `PeerClosed` message before.
2013-04-09 11:24:55 +02:00
..
src/test io: handle half-closed connection when peer closed first 2013-04-09 11:24:55 +02:00