veloren/network
Marcel Märtens 1b18b43fa7 Drop is run only AFTER each statement.
And the guard generated here in the if let Some() will live through the WHOLE statement, which is definitly critical.
The fix is quite easy. We just move it out in a seperate line.
There are still some participants where the dropping will fail, and followup disconnects will NOT get triggered and be queued up till ethernity, but at least we are not blocking new logins
2020-11-25 22:10:10 +01:00
..
examples 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
src Drop is run only AFTER each statement. 2020-11-25 22:10:10 +01:00
tests Replaced usage of 0.0.0.0 with 127.0.0.1 in network tests to prevent firewall prompt on Windows when running tests 2020-11-15 22:10:31 +00:00
Cargo.toml ci cleanup, dependency update 2020-11-06 14:34:42 +01:00