Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

How to send message to one user (it broadcast for all user)? #33

@vqquoc

Description

@vqquoc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions