punctual.
This commit is contained in:
parent
e01e8370fe
commit
905cee629e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub async fn websocket(stream: WebSocket, state: Arc<AppState>, who: SocketAddr)
|
||||||
let mut rx = state.tx.subscribe();
|
let mut rx = state.tx.subscribe();
|
||||||
|
|
||||||
// broadcast join
|
// broadcast join
|
||||||
let msg = format!("{who} is here bitches");
|
let msg = format!("{who} is here, bitches!");
|
||||||
tracing::debug!("{msg}");
|
tracing::debug!("{msg}");
|
||||||
let _ = state.tx.send(msg);
|
let _ = state.tx.send(msg);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue