mirror of
https://github.com/enso-org/enso.git
synced 2024-11-25 10:43:02 +03:00
b222ad326a
Fixes #10948
The problem was in the binary reconnecting: we sent the first "initProtocol" message, but the connection was reset, and then we try to initialize again. While looking good, the problem was that the party websocket we use queued the first initProtocol message and re-send it by itself on reconnect. Our initProtocol was also sent, but it did not get any response, blocking any further request like `writeBytes`.
(cherry picked from commit
|
||
---|---|---|
.. | ||
parser-codegen | ||
src | ||
package.json | ||
tsconfig.json | ||
vitest.config.ts |