external-adapters-js icon indicating copy to clipboard operation
external-adapters-js copied to clipboard

Websockets - Messages and subscriptions connection

Open RodrigoAD opened this issue 4 years ago • 0 comments

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 avatar May 05 '21 10:05 RodrigoAD