koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

Using AyncDataGram Server to Broadcast data to all clients connected to It #705

Open kolanse opened 2 years ago

kolanse commented 2 years ago

I want to use my udp AsyncDataGramSocket server to broadcast data to all clients connected to it . I have been on it for close to a week now without progress. I would be very grateful if shown the way or relevant methods to use