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
For me (Arch Linux, julia 1.6.1) the async test is failing with LoadError: IOError: connect: connection refused (ECONNREFUSED). I think this stackoverflow answer might be relevant, but I'm not very experienced with async stuff.
Just tested on Win10 and got the same error.
My julia version (Arch Linux):
julia> versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44* (2021-04-23 05:59 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-8705G CPU @ 3.10GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.0 (ORCJIT, skylake)
Julia version (Win10):
julia> versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.01 (ORCJIT, skylake)
For me (Arch Linux, julia 1.6.1) the async test is failing with
LoadError: IOError: connect: connection refused (ECONNREFUSED)
. I think this stackoverflow answer might be relevant, but I'm not very experienced with async stuff.Just tested on Win10 and got the same error.
My julia version (Arch Linux):
Julia version (Win10):
Test log:
The text was updated successfully, but these errors were encountered: