Hi support,
Under what conditions will sl_Select return? When I close a socket in the read_fd list?
How can I unblock it from application code? Since we can only call sl_Select from one thread (task), I need to add new sockets to the list sometimes. To do so, I need to unblock the previous call. How would one do this?
Thanks!