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

Fixed #577 - "ZMQException: Address already in use" #578

Merged
merged 1 commit into from
Jul 19, 2018

Conversation

barakyaari
Copy link
Contributor

The errno was set to 48 while trying to connect to a port in use. Additional usage of that socket causes an exception being raised if this errno is not set back to 0.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 83.558% when pulling 72a2fda on barakyaari:master into 796ec58 on zeromq:master.

@trevorbernard trevorbernard merged commit dad7464 into zeromq:master Jul 19, 2018
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.

3 participants