websocket-manager icon indicating copy to clipboard operation
websocket-manager copied to clipboard

Possible memory leaks fix

Open milovidov983 opened this issue 4 years ago • 0 comments

If an uncaught execution occurs in the custom handler, then the ConcurrentDictionary <string, WebSocket> _sockets collection in the WebSocketConnectionManager class may not be cleared, leading to memory leaks

milovidov983 avatar Dec 31 '20 12:12 milovidov983