Problem: monitoring a socket appears to leak sockets when running over an unreliable connection
trevorbernard opened this issue · 1 comments
trevorbernard commented
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
trevorbernard commented
@ttcds This newly created issue tracks the monitoring socket leak problem