From 9f380170d718251a5300938cc36723a6c0117131 Mon Sep 17 00:00:00 2001 From: Om Chauhan Date: Sun, 1 Feb 2026 20:35:05 +0530 Subject: [PATCH] added changelog --- changelog/3615.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3615.fixed.md 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.