You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broadcast handler blocking event delivery in multi-client scenario
Keep broadcast handlers fire-and-forget (matching original behavior) while
serializing user event handler dispatch. A stalled broadcast handler (e.g.,
a secondary client whose permission handler intentionally never completes)
must not block event delivery to user code.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments