mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
remove select macro
This commit is contained in:
@ -73,6 +73,7 @@ pub async fn echo_heartbeat_ws(
|
||||
// client WebSocket stream error
|
||||
Either::Left((Some(Err(err)), _)) => {
|
||||
log::error!("{}", err);
|
||||
break None;
|
||||
}
|
||||
|
||||
// client WebSocket stream ended
|
||||
|
Reference in New Issue
Block a user