-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
make_fdpair hangs trying to send large chunk of data #2638
Comments
That is necessary to work around a Windows problem. Perhaps worth documenting that running Windows binaries on *nix needs at least a MB of TCP buffers. |
bluca
added a commit
to bluca/libzmq
that referenced
this issue
Jul 31, 2017
Solution: document it in the INSTALL file Fixes zeromq#2638
bluca
added a commit
to bluca/libzmq
that referenced
this issue
Jul 31, 2017
Solution: document it in the INSTALL file Fixes zeromq#2638
Sorry for delay, I see you've already done some changes, thanks for that! |
No problem - thanks for finding the workaround |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Faced this while using ZMQ under Wine on OS X. it just hangs on this line
libzmq/src/signaler.cpp
Line 543 in 1d58a00
Quick workaround:
But probably it would be better to make ZMQ working regardless of system buffer size. Let me know if any further details/debugging are required.
The text was updated successfully, but these errors were encountered: