wait_client_connected

Function wait_client_connected 

Source
pub fn wait_client_connected()
Expand description

If you use UDP, you can wait until someone connects to the server to start sending data

This function will block until someone connects without timeouts!

If UDP is not used, this function will return immediately