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

Support for named pipes on Windows #103

Open
saep opened this issue Nov 6, 2022 · 0 comments
Open

Support for named pipes on Windows #103

saep opened this issue Nov 6, 2022 · 0 comments

Comments

@saep
Copy link
Member

saep commented Nov 6, 2022

Neovim uses named pipes by default to create a listen socket on windows. On Linux, a unix domain socket is used. However, I couldn't find a library that can create a Handle or Socket from a named pipe, so for now, when you try to connect to a named pipe nvim-hs, it will crash.

The best fix is probably to add the support for named pipes upstream in the network package or similar and then use that here.

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

No branches or pull requests

1 participant