Skip to content

Commit

Permalink
😞
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 19, 2023
1 parent 543bbcd commit 22cb16a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
38 changes: 29 additions & 9 deletions examples/Cargo.lock

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

4 changes: 2 additions & 2 deletions livekit-api/src/signal_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ async fn signal_task(
break;
}
}

inner.close().await; // Make sure to always close the ws connection when the loop is terminated
}

inner.close().await; // Make sure to always close the ws connection when the loop is terminated
}

/// Check if the signal is queuable
Expand Down

0 comments on commit 22cb16a

Please sign in to comment.