We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563d64 commit 98ca945Copy full SHA for 98ca945
src/server/mod.rs
@@ -96,6 +96,7 @@ where
96
97
if let Some(upgrade_sender) = upgrade_sender {
98
upgrade_sender.send(Connection::new(io.clone())).await;
99
+ return Ok(());
100
}
101
102
0 commit comments