mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 16:57:44 +03:00
414eee0b48
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`. |
||
---|---|---|
.. | ||
parser-codegen | ||
src | ||
package.json | ||
tsconfig.json | ||
vitest.config.ts |