websocket-manager
websocket-manager copied to clipboard
Real-Time library for ASP .NET Core
Since the code is asynchronous, another thread may have already removed an item from the collection
If an uncaught execution occurs in the custom handler, then the ConcurrentDictionary _sockets collection in the WebSocketConnectionManager class may not be cleared, leading to memory leaks
Can any one please help on this. I am getting OutOfMemoryException on array initialization. It happens in live only and not in local. It happens sometimes. System.OutOfMemoryException: Exception of type...
Hi, Any reason to set the WebSocketHandler service as a Singleton and WebSocketConnectionManager service as transient? From my point of view WebSocketConnectionManager should be a Singleton and WebSocketHandler a transient...
Not really an issue but I wanted to submit back two possible enhancements that I made: 1) Updated ControllerMethodInvocationStrategy to handle Tasks (async functions) in addition to normal functions: -Replaced-...
If a WebSocket client disconnects without initiating the close handshake, an exception is thrown since the socket will be in an invalid state, so `CloseOutputAsync()` shouldn't be called, since there...
Hello, I would like to host my web page which uses your WebSocketmanager Api in IIS on my Windows 10 machiene. Could you please show this in a tutorial.
Hey there! Your middleware has been really beneficial for me and a friend. My friend is also blogging and will be crediting you as he's used your code - however,...
When hanlder ReceiveAsync method is doing something take a long time,the websocket cannot receive any message, even the websocket client has closed,the server can't observe too
to good practice and skip warning when testing