mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
We currently wait for an IPC round trip to set the ready state. This leaves a window open where we can process a message from the remote server in the meantime. We will still receive that message now, but will not propagate it to JS. This should fix the WebSocket echo test being flakey.