veloren/network/tests
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
..
closing.rs Redefine Close behavior: 2020-08-24 16:22:12 +02:00
helper.rs Fix scheduler not really shutting down when they where listening on a Port. Add a seperate test for this. 2020-08-21 18:00:34 +02:00
integration.rs make prometheus optional in network and fix a panic in the server 2020-07-15 16:45:49 +02:00