1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

remove select macro

This commit is contained in:
Rob Ede
2022-07-12 01:42:58 +01:00
parent 0b93208bb2
commit 25368e6b65
5 changed files with 97 additions and 41 deletions

View File

@ -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