8f20f6aa24473b884e3075072538f0966c9b7677
Close the narrow race where `streamGlobal` launched the subscribeAll collector and immediately read `lastGlobalSequence()` — events appended in that window were dropped by the replay=0 SharedFlow before the collector actually subscribed. Now use a CompletableDeferred barrier signaled via `onSubscription` (SharedFlow) or `onStart` (cold fallback), awaited before `bridge.replaySnapshot()`. Closes the remaining gap on finding #1 from docs/specs/2026-05-24-review-fixes.
Description
No description provided
Languages
Kotlin
88.4%
Go
11.4%
Python
0.2%