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

Real-Time library for ASP .NET Core

Results 37 websocket-manager issues
Sort by recently updated
recently updated
newest added

- Added .UseIISIntegration() to Program.cs or debugging could fail - Keep Serialized payload in Message, makes sending to a lot of clients faster - WebSocketConnection introduced, so that iterating on...

Consider the situation: 10 connected clients -> SendToAllAsync is invoked -> Last Socket Disconnects -> attempt to send message to the removed client. I'm almost sure that this will cause...

Right now, this library only supports sending messages as JSON - it would be a great addition if we supported protobuf.

enhancement
help wanted

Hi, I'm trying to access my websockets from outside in another service. Is there a way similar to how SignalR allow you to access Hubs via IHubContext? Thanks!

Hi, I have implemented this approach on my web application but I want to extend it by using a distributed cache (redis). Is there a way to save the dictionary...

Hello, I would like to access my User Identity from any Handler, any ideas to do that?

Hi, one question... Can I manage a Chat Room with this library? Is possible? Thanks!

I've been struggling to find this problem for the past 24 hours. In the WebSocketManagerMiddleware class, the awaitable Receive Task will throw an unhandled Websocket Exception that will break the...