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,
|
addr,
|
||||||
))
|
))
|
||||||
.await
|
.await.expect("User handler is down");
|
||||||
.unwrap();
|
|
||||||
|
|
||||||
// Subscribe to receive from global broadcast channel
|
// Subscribe to receive from global broadcast channel
|
||||||
let mut rx = state.broadcast_tx.subscribe();
|
let mut rx = state.broadcast_tx.subscribe();
|
||||||
|
|
Loading…
Add table
Reference in a new issue