enso/lib/scala/json-rpc-server
Hubert Plociniczak 65010dffa7
Simplify shutdown logic on client disconnect in project-manager (#11712)
* Drop soft-shutdown on last client disconnect

Suspend on Windows confuses the reconnection logic and triggers a full
shutdown. This change simply drop shutdown on last client disconnect and
expects and explicit command.

* Various cherry-picks

Minor cherry-picks from the debugging branch. Should reduce  the amount
of non-critical warnings.
2024-12-02 21:19:55 +01:00
..
src Simplify shutdown logic on client disconnect in project-manager (#11712) 2024-12-02 21:19:55 +01:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

JSON-RPC Server

This library implements a universal JSON RPC server with a flexible API for defining the message format.