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
Describe the bug A clear and concise description of what the bug is.
There is an issue with REST crashing with the new Zeromq in compat mode. The problem happens after a lot of creating and removing sockets. The error of the message Address already in use does not make sense since we are unmonitor from events. Any ideas
Reproducing If possible, provide a list of commands or a code sample that
reproduces the bug that you are observing. Otherwise please describe as much as
possible in which circumstances the bug can be observed.
Do not have a repo currently, except that it happens after a lot of const zsocket = zmq.socket('sub'); and disconnection.
code is here Expected behavior A clear and concise description of what you expected to
happen.
not to crash. Tested on
OS: Ubuntu 24.04 ARM64
ZeroMQ.js version: 6.3.0 compat mode
The text was updated successfully, but these errors were encountered:
Wayonb
changed the title
Error when trying to unmonitor from events on the socket.
Error when trying to unmonitor from events on the socket in compat mode.
Mar 31, 2025
Describe the bug A clear and concise description of what the bug is.
There is an issue with REST crashing with the new Zeromq in compat mode. The problem happens after a lot of creating and removing sockets. The error of the message
Address already in use
does not make sense since we are unmonitor from events. Any ideasReproducing If possible, provide a list of commands or a code sample that
reproduces the bug that you are observing. Otherwise please describe as much as
possible in which circumstances the bug can be observed.
Do not have a repo currently, except that it happens after a lot of
const zsocket = zmq.socket('sub');
and disconnection.code is here
Expected behavior A clear and concise description of what you expected to
happen.
not to crash.
Tested on
The text was updated successfully, but these errors were encountered: