mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-19 20:31:15 +00:00
Address feedback from Niklas
This commit is contained in:
@@ -213,7 +213,7 @@ where
|
||||
// connection anyway.
|
||||
let msg_info = tokio::select! {
|
||||
msg_info = ws_recv.receive_data(&mut bytes) => msg_info,
|
||||
_ = &mut recv_closer_rx => { break }
|
||||
_ = &mut recv_closer_rx => break
|
||||
};
|
||||
|
||||
// Handle the socket closing, or errors receiving the message.
|
||||
|
||||
Reference in New Issue
Block a user