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
[18648]dangling 'PUB' socket created at src/zsys.c:2510
dangling sockets: cannot terminate ZMQ safely
I have narrowed it down to just those two lines. I am not sure if this is a better issue for czmq as thats where zsys_close lives and seems like it is not doing it's job properly. Using czmq 4.2.2
The text was updated successfully, but these errors were encountered:
In the
mlm_mailbox_bounded.c
under the functionmlm_mailbox_bounded_test
the following code runs:But results in the test warning:
I have narrowed it down to just those two lines. I am not sure if this is a better issue for czmq as thats where
zsys_close
lives and seems like it is not doing it's job properly. Using czmq 4.2.2The text was updated successfully, but these errors were encountered: