livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
206 stars 51 forks source link

fix: publisher migration failures #187

Closed theomonnom closed 1 year ago

theomonnom commented 1 year ago
theomonnom commented 1 year ago

Now using channels instead of callbacks. Because in bad timing where the callbacks were not yet configured, we could have skipped certain events. (Even if this is very unlikely)

Channels will just buffer these events