veloren/network/tests
Marcel Märtens b5f48014a9 Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel
Refactor the `send_raw` and `recv_raw` completly. We now expost `Message` which has a public `serialize` and `deseialize` fn for the first time.
This makes using the `raw` methods of a stream much easier and is a requierement for using "copy_less" sending to multiple streams
2020-10-19 10:23:30 +02:00
..
closing.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00
helper.rs Propper Compression support of network. 2020-08-25 23:55:27 +02:00
integration.rs Streams no longer panic when recv on a StreamClosed Stream. Panicing is a "feature" of futures::channel 2020-10-19 10:23:30 +02:00