fix: invalid typing bytes because of 0xff in numbers
This commit is contained in:
parent
bcd1fe1856
commit
c15ae3c126
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue