jeromq
jeromq copied to clipboard
Problem: monitoring a socket appears to leak sockets when running over an unreliable connection
Steps to recreate:
- Create a socket and using the monitoring API to track connection closed and handshakes.
- Pull network plug on one of the devices
- This will signal that a socket was disconnected.
- Closed the monitored socket
- Recreate a new connection when the work is back up
@ttcds This newly created issue tracks the monitoring socket leak problem