Hello,
I have a question about the function wait() for the SocketSelector.
Is it possible to use this function without a Timeout, and if so, how?
So far I have only managed to use this function using sf::microseconds(1), but I wonder if it is possible to have no Timeout.
Thanks in advance.