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
fix: improve socket cleanup to prevent potential memory leaks
- Clear socket timeout before destruction to prevent timer leaks
- Explicitly remove all socket event listeners in close() method
- Remove error listener from plain socket after TLS upgrade
0 commit comments