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 44bb95e commit 399b71cCopy full SHA for 399b71c
backend/src/udp_server/multiplex.rs
@@ -205,6 +205,7 @@ pub async fn run_server(state: web::Data<BridgeState>) {
205
}
206
207
208
+ // Get the management socket or create a new one when it does not exist
209
let tunn_sock = {
210
// Maybe we could release the lock when adding a new management connection and get it back later
211
// in case it turns out that holding it causes major connection issues.
0 commit comments