diff --git a/changelog/3615.fixed.md b/changelog/3615.fixed.md new file mode 100644 index 000000000..b14dfd70f --- /dev/null +++ b/changelog/3615.fixed.md @@ -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.