Jib.jl icon indicating copy to clipboard operation
Jib.jl copied to clipboard

check_all() blocks on Windows

Open lbilli opened this issue 5 years ago • 1 comments

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.

lbilli avatar Jul 22 '20 17:07 lbilli

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

imkow avatar Jun 22 '21 23:06 imkow