Websocket broadcast data to individual user

Hello everyone , can any one tell me about how can we send data using websocket to the only user who is authorised with.
Currently what is happening is that i am using websocket for real-time data update but if a user updated its data then it affects another user as all are using that web socket so thats why i want to know how data sent to particular user.

I assume you just need to keep the _session property that you get in an incoming message and ensure it propagates to the outgoing websocket-out node...

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.