mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
d3bfb3bb7b
TestWebSocketSendsInitialState asserted initialState arrives as the second message, but the hub interleaves 30s heartbeat pings with the connect sequence, so a slow state build on a loaded runner put a ping there first and reddened main twice in three runs. Wait for each expected type the way TestWebsocketPayloadContractShape already does. The delivery and payload assertions are unchanged.