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

Websockets - Messages and subscriptions connection #494

Open
RodrigoAD opened this issue May 5, 2021 · 0 comments
Open

Websockets - Messages and subscriptions connection #494

RodrigoAD opened this issue May 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@RodrigoAD
Copy link
Member

Currently the Websocket multiplexor filter can't identify subscriptions from incoming messages.

As this is not a problem with messages that contain the subscription info (we identify it through the adapter handler), it becomes a real problem with error messages, as we can't relate them with their respective subscriptions.

Ideally we could easily connect the message with the subscription in the epic

@RodrigoAD RodrigoAD added the enhancement New feature or request label May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant