veloren/network/tests
Marcel Märtens 91d296cda1 Fixed bug in tcp protocol.rs
- It was possible for a end_receiver to be triggered in the moment while a frame was started by not finished.
   This removed bytes from the stream with them getting lost. this almost ever was followed by a RAW frame as the TCP stream was now invalid.
   The TCP stream was then detected by participant or caused one or multiple failures
 - introduces some simplifications, removed a macro, reuse code
2020-08-24 16:22:06 +02:00
..
closing.rs Fixed bug in tcp protocol.rs 2020-08-24 16:22:06 +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