Closed FreeVB closed 1 year ago
https://github.com/jchristn/SuperSimpleTcp/issues/197 In addition, I found a solution to this: _Server = new SimpleTcpServer("0.0.0.0", 1236)
Hi @FreeVB you can use the server GetClients()
method and then iterate, sending each a message. Broadcast functionality is not built into the library.
Hello, is there a way for the server to send messages to all clients on a regular basis?
It is an active send, for example, a message with a specified content is sent to all connected clients every 5 seconds.