mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 16:32:18 +03:00
9252eb5f3a
* Delay LS shutdown when last client disconnects Rather than closing Language Server immediately, we delay the shutdown until some timeout hits. This gives a chance for new clients to connect without paying the price of the initialization again. More importantly, during hibernation/restart, the connection between client (IDE) and LS is severed so it appears as if client disconnect. In fact a few moments later IDE would attempt to re-establish the connection on the same port. Without this change, LS shutsdown and further attempts to connect on that particular port will fail. There are still problems on the IDE-side after waking up from hibernation but it is not related to Language Server. * Introduce a separate timeout for delayed shutdown Can't/shouldn't use the same timeout value as for shutdown timeout for delaying shutdowns initiated by lack of clients. * Add test demonstrating the new functionality |
||
---|---|---|
.. | ||
rust | ||
scala | ||
README.md |
Libraries
This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.