debug handle_request instrument

This commit is contained in:
Floriane TUERNAL SABOTINOV
2025-08-25 15:04:18 +02:00
parent d86a393412
commit f6dffa2a38
@@ -520,6 +520,7 @@ impl<R, S> AuthenticatedHandler<R, S> {
// apparently tungstenite auto-handles ping/pong/close messages so for now let's ignore
// them and let's test that claim. If that's not the case, just copy code from
// desktop nym-client websocket as I've manually handled everything there
tracing::debug!("[TEST TEST] Do I appear here? handle_request");
match raw_request {
Message::Binary(bin_msg) => Some(self.handle_binary(bin_msg).await),
Message::Text(text_msg) => Some(self.handle_text(text_msg).await),