Skip to content

Commit

Permalink
chore: fixed transport feature flag, and update cargo.lock (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored Mar 28, 2024
1 parent 034a47e commit 1fa99ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/transport/src/notifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Notifier {
}

/// Wake the notifier after the specified time.
#[cfg(not(feature = "web-sys-webrtc"))]
#[cfg(feature = "native-webrtc")]
pub fn set_timeout(&self, seconds: u8) {
let this = self.clone();
tokio::spawn(async move {
Expand Down

0 comments on commit 1fa99ac

Please sign in to comment.