fix: invalid typing bytes because of 0xff in numbers

This commit is contained in:
Timo Kösters
2020-10-06 20:43:35 +02:00
parent bcd1fe1856
commit c15ae3c126
2 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ impl Sending {
select! {
Some(server) = futures.next() => {
warn!("response: {:?}", &server);
warn!("futures left: {}", &futures.len());
match server {
Ok((server, _response)) => {
waiting_servers.remove(&server)