Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiagramServerProxy should forward all responses to server requests #445

Open
spoenemann opened this issue Mar 22, 2024 · 0 comments
Open

Comments

@spoenemann
Copy link
Contributor

Currently there are two possible reasons why a request sent from the server to the client might not result in a proper response:

  • DiagramServerProxy is not registered for the response action kind in the ActionHandlerRegistry
  • DiagramServerProxy decides to not forward the response in its handleLocally method

We should ensure that a response action is always forwarded to the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant