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
Browse filesBrowse the repository at this point in the historyBrowse files
weiesky.wangc
committed
fix(test): deterministic brotli decode in sse-compression broadcast test
Replace async polling decodeBr() with encoder.end() + brotliDecompressSync.
The async approach is fragile under CI CPU constraints (Node 24 zlib timing
differs from local), causing the broadcast frame to never appear in decoded
output within the 500-tick polling window.
0 commit comments