error message
This commit is contained in:
parent
a34d92b663
commit
79b512ad3c
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ pub async fn websocket_on_connection(stream: WebSocket, state: Arc<AppState>, ad
|
|||
),
|
||||
addr,
|
||||
))
|
||||
.await
|
||||
.unwrap();
|
||||
.await.expect("User handler is down");
|
||||
|
||||
// Subscribe to receive from global broadcast channel
|
||||
let mut rx = state.broadcast_tx.subscribe();
|
||||
|
|
Loading…
Add table
Reference in a new issue