websocket-manager
websocket-manager copied to clipboard
Real-Time library for ASP .NET Core
Should be the `WebSocketConnectionManager` registered as singleton instead of user defined `WebSocketHandlers`? Imagine the situation where you want to resolve some resources in your `WebSocketHandler` which are dependent on the...
Is it possible to get the same id to the client even when the user reloads the web page? I would like to send notifications even though the user has...
connection.connectionMethods.onConnected = () => this line syntal error
How do I keep a long connection? My android app is easy to disconnect
Decide if a class that encapsulates the `socketId` and the socket itself is needed
So I realize this is somewhat new-ish project, are there any mechanisms to facilitate scaling (say if site took off and I wanted to run this stuff across 10 web...