mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 10:53:34 +03:00
a96f2d7aba
It seems that Runtime Connector wasn't respecting the protocol it defined itself. The connector should be waiting on the `Api.InitializedNotification` message and only then start forwarding messages. So far it seems this hasn't been a problem, or at least wasn't reported as such, because initialization was fast enough. Modified `Handler` so that we are certain that its fields hold initialized values when being accessed by different threads. Should fix problems mentioned in #7898. |
||
---|---|---|
.. | ||
main | ||
test/scala/org/enso/lockmanager |