external-adapters-js
external-adapters-js copied to clipboard
Websockets - Messages and subscriptions connection
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