Skip to content

Commit

Permalink
Allow basic method access regardless of channels
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Mar 24, 2023
1 parent a3a9ce6 commit 4531492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matchbox_socket/src/webrtc_socket/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ impl WebRtcSocket {
.add_channel(ChannelConfig::reliable())
.build()
}
}

impl<C: ChannelPlurality> WebRtcSocket<C> {
/// Handle peers connecting or disconnecting
///
/// Constructed using [`WebRtcSocketBuilder`].
Expand Down

0 comments on commit 4531492

Please sign in to comment.