Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_all() blocks on Windows #9

Open
lbilli opened this issue Jul 22, 2020 · 1 comment
Open

check_all() blocks on Windows #9

lbilli opened this issue Jul 22, 2020 · 1 comment

Comments

@lbilli
Copy link
Owner

lbilli commented Jul 22, 2020

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.

@imkow
Copy link

imkow commented Jun 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants