You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a poller, which is terminated because the zmq context was terminated, you still need to destroy it with zmq_poller_destroy. This causes an assertion.
Issue description
When you have a poller, which is terminated because the zmq context was terminated, you still need to destroy it with zmq_poller_destroy. This causes an assertion.
IIRC, this worked fine in 4.2.3
Environment
Minimal test code / Steps to reproduce the issue
See test case in sigiesec@b047e91#diff-1c46bf5e98b1e63ffd182e7078863236
What's the actual result? (include assertion message & call stack if applicable)
What's the expected result?
Executes without failure.
The text was updated successfully, but these errors were encountered: