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
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
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)