Changing websocket token subscription from another process other than the websocket one

Darshana_mule11
I want to change the tokens subscribed using ws.subscribe from another process generated and share the same instance of ws received in function callbacks to the other process. I want the changes to be reflected in the other websocket if the subscribe() and set_mode() is called on the object from that other process.

How do I achieve it ?
Sign In or Register to comment.