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

zmq error: IPC doesn't work on Windows #19

Open
LamFSangUk opened this issue Oct 31, 2017 · 4 comments
Open

zmq error: IPC doesn't work on Windows #19

LamFSangUk opened this issue Oct 31, 2017 · 4 comments
Labels

Comments

@LamFSangUk
Copy link
Collaborator

Windows OS doesn't support the pipe named IPC, so If we want to support on Windows, We need to use other pipes such as TCP or make an exception for Windows.

@LamFSangUk LamFSangUk added the bug label Oct 31, 2017
@gemblerz
Copy link
Owner

I just recognized it... Since I told you to test with multiple machines, it'd be better to change the protocol to TCP...

@LamFSangUk
Copy link
Collaborator Author

Okay. I'll try it after durability test with 3 dummies!

@gemblerz
Copy link
Owner

I think change to TCP must work :) don't worry too much about it.

@LamFSangUk
Copy link
Collaborator Author

LamFSangUk commented Nov 6, 2017

I changed the protocol IPC to TCP and update just now.
Please test it on Windows!
@Eunsuh @persona0220

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

No branches or pull requests

2 participants