Cleanly close peer connection by sending exit message
Opened this issue · 0 comments
Thomasdezeeuw commented
Location:
stored/src/peer/coordinator.rs
Line 138 in d3604d0
Currently actor::Context::receive_next
never returns when it has no more messages, so it never closes the connection cleanly.
Related Thomasdezeeuw/heph#280.