veloren/network
Marcel Märtens 5fe7c05d9c Redefine Close behavior:
- When Participant A was closed by remote side. Then a `disconnect` on `A`
   shall return Ok() (instead of ParticipantDisconected) IF:
   A was already flushed and no data needs to be sended any more.
 so a `disconnect` doesnt differ if the other side initiated the disconnect before or not. it tries to clean things up and returns Ok(()) if both sides agree
2020-08-24 16:22:12 +02:00
..
examples make prometheus optional in network and fix a panic in the server 2020-07-15 16:45:49 +02:00
src Redefine Close behavior: 2020-08-24 16:22:12 +02:00
tests Redefine Close behavior: 2020-08-24 16:22:12 +02:00
Cargo.toml make prometheus optional in network and fix a panic in the server 2020-07-15 16:45:49 +02:00