radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

Possible memory leaks fix #88

Closed milovidov983 closed 1 year ago

milovidov983 commented 3 years ago

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