-
Notifications
You must be signed in to change notification settings - Fork 36
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
Windows IPC support #18
Comments
I'm curious...why not just use tcp instead of unix domain sockets? |
we are adding tcp support as well, as @bigs needs it for the testbed. |
@vyzo thanks for the info. I suppose there is always Cygwin for older versions of Windows. 👎 |
go-winio looks great. definitely something to add to the potential transport list. |
May be better consider TCP option? Additionally:
|
this is already in progress -- see #41 |
We have merged #41 so we can use localhost sockets on windows. |
During devcon4 workshops, somebody suggested to use Named Pipes in Windows, as the Unix domain socket support is experimental. Suggested steps:
The text was updated successfully, but these errors were encountered: