Apparently on Windows TCPSocket status stays StatusOpen regardless whether there's data available to read.
Compare to linux where it changes to StatusPaused when data is available.
Therefore at the moment check_all() blocks on Windows and hence it's rather useless.
Apparently on Windows
TCPSocketstatus staysStatusOpenregardless whether there's data available to read.Compare to linux where it changes to
StatusPausedwhen data is available.Therefore at the moment
check_all()blocks on Windows and hence it's rather useless.