You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Apparently on Windows
TCPSocket
status staysStatusOpen
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.The text was updated successfully, but these errors were encountered: