From bc47fdfdfd973a1f593e3b61ca6ba240a794c279 Mon Sep 17 00:00:00 2001 From: Floriane TUERNAL SABOTINOV Date: Fri, 22 Aug 2025 15:38:56 +0200 Subject: [PATCH] handle_binary --- .../websocket/connection_handler/authenticated.rs | 1 + 1 file changed, 1 insertion(+) 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 a152092ef7..a2f8be834c 100644 --- a/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs +++ b/gateway/src/node/client_handling/websocket/connection_handler/authenticated.rs @@ -306,6 +306,7 @@ impl AuthenticatedHandler { /// # Arguments /// /// * `bin_msg`: raw message to handle. + #[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