tidwall/evio

how to send data to all client?

Closed this issue · 2 comments

how to send data to all client?

You can wake up all clients by calling using the Wake function for each client. Then write to each client from the Data function.

You can wake up all clients by calling using the Wake function for each client. Then write to each client from the Data function.

I want to send data to the client at any time, how to use Wake function? or, how to use async write func?