eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Support server-to-client updates #297

Closed CamilleLetavernier closed 5 years ago

CamilleLetavernier commented 5 years ago

Currently, the server can only send an updated model to the client as the reply of a client action. The server should have a mechanism to directly notify the client of an updated version of the model, that isn't triggered by an action from the client