We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dc558 commit f6ab717Copy full SHA for f6ab717
volo-http/src/server/utils/ws.rs
@@ -541,8 +541,7 @@ mod websocket_tests {
541
where
542
R: IntoClientRequest + Unpin,
543
Fut: Future<Output = ServerResponse> + Send + 'static,
544
- C: FnOnce(WebSocketUpgrade) -> Fut + Send + 'static,
545
- C: Send + Sync + Clone,
+ C: FnOnce(WebSocketUpgrade) -> Fut + Send + Sync + Clone + 'static,
546
{
547
let app = Router::new().route("/echo", get(handler));
548
0 commit comments