You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closed for now. Pinging is not an option for the JSON-RPC usecase. In order to ping we would have establish a connection via socket beforehand (i.e. server has to run anyway).
Instead we could simply check if the socket port is already used. This can be entirely done on the client side
This would allow the client to ping the server and if it's not alive then the client can start a new server instance from a local jar.
Similar to how this is handled in https://github.com/eclipse-emfcloud/emfcloud-modelserver
The text was updated successfully, but these errors were encountered: