Skip to content

How to multicast message ? #101

@codeilm

Description

@codeilm
  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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions