Skip to content

How to multicast message ? #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
codeilm opened this issue Apr 30, 2022 · 0 comments
Open

How to multicast message ? #101

codeilm opened this issue Apr 30, 2022 · 0 comments

Comments

@codeilm
Copy link

codeilm commented Apr 30, 2022

  1. Right now we have feature to unicast (i.e. sending message to a single specified client) with the help of server.send_message(client,message)
  2. Right now we also have feature to broadcast(i.e. sending message to all client) with the help of server.send_message_to_all(message)

But, How to multicast message (i.e. Sending message to multiple clients [not all clients]) ?

could you provider something like this
server.multicast(clients_list,message)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant