theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Support request / response scheme #218

Open spoenemann opened 6 years ago

spoenemann commented 6 years ago

We have several actions that appear in request / response pairs:

We should add a mechanism that allows to match a response to a corresponding request. This is necessary in case multiple actions of the same kind are fired at the same time.

spoenemann commented 6 years ago

This is also necessary to properly implement #138.