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

ActionDispatcher should be reworked to also send response to client #341

Closed tortmayr closed 4 years ago

tortmayr commented 4 years ago

Currently, each server component that dispatches an action is responsible for sending the response action to the client. This could be simplified by moving the necessary code into the action dispatcher.