create achievements
This commit is contained in:
@@ -140,7 +140,7 @@ async fn ws_handler(
|
||||
} else {
|
||||
String::from("Unknown browser")
|
||||
};
|
||||
tracing::debug!("{user_agent} connected websocket.");
|
||||
tracing::debug!("New ws connection from: {user_agent}.");
|
||||
|
||||
ws.on_upgrade(move |socket| handle_socket(socket, state_watch_rx))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user