zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Poller fd bug #215

Closed alexanderlobov closed 6 years ago

alexanderlobov commented 6 years ago

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

alexanderlobov commented 6 years ago

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).

alexanderlobov commented 6 years ago

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.