Jib.jl
Jib.jl copied to clipboard
check_all() blocks on Windows
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.
it blocks on windows 10 for now (jukia 1.6.1) running within REPL. not blocked running as in .jl code file, don't know why