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

ipc:// is not supported on Windows #57

Merged
merged 2 commits into from Jun 18, 2014
Merged

Conversation

nponeccop
Copy link
Contributor

https://zeromq.jira.com/browse/LIBZMQ-153 - here's official bug report.

I used a rather dirty way of getting a free port instead of TCP::Test::empty_port() as I didn't want to introduce a dependency on TCP::Test if it's not really needed. And I didn't want to make code much more complicated either.

So now we have a clear improvement on Windows (it kind of works instead of total failure), and on Unix the code didn't change.

https://zeromq.jira.com/browse/LIBZMQ-153 - here's official bug report.

I used a rather dirty way of getting a free port instead of `TCP::Test::empty_port()` as I didn't want to introduce a dependency on `TCP::Test` if it's not really needed. And I didn't want to make code much more complicated either.

So now we have a clear improvement on Windows (it kind of works instead of total failure), and on Unix the code didn't change.
@lestrrat
Copy link
Collaborator

Okay, I'm willing to accept this punt :)

lestrrat added a commit that referenced this pull request Jun 18, 2014
ipc:// is not supported on Windows
@lestrrat lestrrat merged commit ae9b325 into lestrrat-p5:master Jun 18, 2014
@nponeccop nponeccop deleted the patch-3 branch June 18, 2014 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants