Merge pull request #3615 from omChauhanDev/fix/daily-transport-message-queue

fix(daily): queue outbound messages until transport joins
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-19 11:55:11 -08:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

1
changelog/3615.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed race condition where `RTVIObserver` could send messages before `DailyTransport` join completed. Outbound messages are now queued & delivered after the transport is ready.