From f932135799b4baa0fa4c2ca4dc7601300c47c956 Mon Sep 17 00:00:00 2001 From: Floriane TUERNAL SABOTINOV Date: Tue, 2 Sep 2025 15:25:16 +0200 Subject: [PATCH] Revert "rm noisy instrument" This reverts commit 0fe526423170e4d902723b0d6c188b1c8077fb95. --- .../websocket/connection_handler/authenticated.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs b/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs index d873a949a7..e4c3c51117 100644 --- a/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs +++ b/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs @@ -306,7 +306,7 @@ impl AuthenticatedHandler { /// # Arguments /// /// * `bin_msg`: raw message to handle. - // #[instrument(skip_all)] + #[instrument(skip_all)] async fn handle_binary(&mut self, bin_msg: Vec) -> Message { trace!("binary request"); // this function decrypts the request and checks the MAC