Clients that use websockets for connection currently don't have subscription support. This is because websocket connections are proxied by the server. Logic needs to be written for bi-directional subscription proxying.
This will require managing a list of subscriptions and clients.
Clients that use websockets for connection currently don't have subscription support. This is because websocket connections are proxied by the server. Logic needs to be written for bi-directional subscription proxying.
This will require managing a list of subscriptions and clients.