You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
When i send messenger from user A to user B app.BrainSocket.message('chat.event', { 'message': msg, 'userIdSend':userIdSend, 'userIdReceived':userIdReceived });
From user B, i check then show messenger
From another user, i don't show it, But i check in console windown, i see message broadcast to all user.
How to send message from user A to user B, another user can't see it?
When i send messenger from user A to user B
app.BrainSocket.message('chat.event', { 'message': msg, 'userIdSend':userIdSend, 'userIdReceived':userIdReceived });From user B, i check then show messenger
From another user, i don't show it, But i check in console windown, i see message broadcast to all user.
How to send message from user A to user B, another user can't see it?