punctual.

This commit is contained in:
Adam 2024-05-03 23:20:10 -04:00
parent e01e8370fe
commit 905cee629e

View file

@ -61,7 +61,7 @@ pub async fn websocket(stream: WebSocket, state: Arc<AppState>, who: SocketAddr)
let mut rx = state.tx.subscribe();
// broadcast join
let msg = format!("{who} is here bitches");
let msg = format!("{who} is here, bitches!");
tracing::debug!("{msg}");
let _ = state.tx.send(msg);