Skip to content

Commit e63009c

Browse files
committed
Fix non-WebRTC web transport build
1 parent 760df96 commit e63009c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/server/src/transport

crates/server/src/transport/ws.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ fn check_request_auth(
129129
}
130130
}
131131

132-
#[cfg(feature = "webrtc")]
133132
use std::sync::Mutex;
134-
#[cfg(feature = "webrtc")]
135133

136134
/// Maximum concurrent HTTP/WS handler threads.
137135
const MAX_CONNECTIONS: usize = 16;

0 commit comments

Comments
 (0)