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

Poller fd bug #215

Merged
merged 4 commits into from
Apr 10, 2018
Merged

Poller fd bug #215

merged 4 commits into from
Apr 10, 2018

Conversation

alexanderlobov
Copy link
Contributor

Fixes removing of raw fd from poller. See #207 for details.

@alexanderlobov
Copy link
Contributor Author

Travis CI does not pass for "ZMQ_REPO=libzmq" builds, but it seems to be not related to my changes, because previous builds did not pass too (e.g. https://travis-ci.org/zeromq/zmqpp/builds/344361341).

This reverts commit d17600d.
Reason: the commit brokes poller in some cases.
@alexanderlobov
Copy link
Contributor Author

I have reverted this commit. It was based on a wrong supposition that I can deduce the type of the socket to be reindexed from the type of the removed socket. But these are two different sockets, so the supposition is wrong.

@benjamg benjamg merged commit 05feb5b into zeromq:develop Apr 10, 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.

2 participants