Hi, Vertical scaling works fine with scc-state and scc-broker.
Publish clients emitting are working awsome but i have problem. I want emit inbox to user which is connect other server.

I want to emit inbox to User B from Socket Cluster X. I know User B socket id.
I did scServer.clients[socketId].emit('inbox', inbox);. It works on only single cluster but now
i get TypeError: Cannot read property 'emit' of undefined
Hi, Vertical scaling works fine with scc-state and scc-broker.
Publish clients emitting are working awsome but i have problem. I want emit inbox to user which is connect other server.
I want to emit inbox to User B from Socket Cluster X. I know User B socket id.
I did
scServer.clients[socketId].emit('inbox', inbox);. It works on only single cluster but nowi get
TypeError: Cannot read property 'emit' of undefined