zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.97k stars 757 forks source link

Problem: Active poller double add mutates handler #405

Closed gummif closed 4 years ago

gummif commented 4 years ago

Solution: Check if socket already added before storing. Add requirement that the handler is non-null. Improve checks for zmq error codes.

gummif commented 4 years ago

Fixed