fixed probable bug in rwlocks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cd33f9cf35
commit
ccb3b4fff0
@ -75,11 +75,11 @@ pub async fn run() {
|
||||
ipdata: ip_to_send,
|
||||
};
|
||||
if !send_to_ipbl_websocket(&mut wssocketrr, &ipe).await {
|
||||
drop(ctx);
|
||||
wssocketrr = websocketreqrep(&ctxwsrr).await;
|
||||
break;
|
||||
}
|
||||
}
|
||||
drop(ctx);
|
||||
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user