We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae51bc commit 5062af9Copy full SHA for 5062af9
gateway/src/node/client_handling/websocket/listener.rs
@@ -67,7 +67,7 @@ where
67
remote_addr,
68
shutdown,
69
);
70
- tokio::spawn(async move { handle.start_handling().await });
+ tokio::spawn(handle.start_handling());
71
}
72
Err(err) => warn!("failed to get client: {err}"),
73
0 commit comments