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 has been archived by the owner on Sep 20, 2021. It is now read-only.
Creating topics for classified of broadcasting message
Hello again.
Other things is about the creation of topics, of thread for sending message at one or more groups of recipients, for example, create some tags, example, notify.admins, chat.public, chat.private.{thread_id}, etc, and opened this threads from the javascript client, and validate this connect using php. For example:
Is it a new feature request? If so, I reckon this is not the goal of the Hoa\Websocket library to implement this. We do support the WebSocket protocol. Consequently we have listeners for message, binary-message etc. Channels are not part of the WebSocket protocol. However, it may be related to #26?
exactly, this is a feature wamp, and is related at issue 26. send one message at one specific client or group of clients. Like as Private Chat or Grouped Broadcasting, etc.
Creating topics for classified of broadcasting message
Hello again.
Other things is about the creation of topics, of thread for sending message at one or more groups of recipients, for example, create some tags, example,
notify.admins
,chat.public
,chat.private.{thread_id}
, etc, and opened this threads from the javascript client, and validate this connect using php. For example:and in the class
HoaWebSocket
, or other, do this.Thanks
YnievesDotNet
The text was updated successfully, but these errors were encountered: