-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
listen(tempname()) fails on Windows #20617
Comments
probably related: #9053 |
Windows doesn't support arbitrary paths, it requires that they conform to a specific pattern such that their name prefix ( |
Thanks @vtjnash this works: julia> server = listen("\\\\.\\pipe\\lintserver7632sKFV0Qsock")
Base.PipeServer(active)
julia> I think the documentation needs a small update. Maybe one Windows example? I guess this cannot be a doctest, because it would be Windows only? How about adding a new function: |
* Adding the Windows named pipe example, this fixes JuliaLang#20617 * Add code quote and use julia-repl and qualify names * Address wording * Address wording
Linux:
Windows:
Both with version v"0.5.0"
Documentation propose this should work also in Windows: http://docs.julialang.org/en/stable/manual/networking-and-streams/#a-simple-tcp-example
The text was updated successfully, but these errors were encountered: