SignalR-samples
SignalR-samples copied to clipboard
Samples for ASP.NET Core SignalR
I have a signalr implementation of a server which allows users to connect to multiple groups. I am using the WPF .NET signalr client to connect and have noticed, very...
I want to run a SignalR .NET Core server without an ASP.NET website backing it (like the self-host examples of the old SignalR). It'd be nice to see an example...
It would help newbies to tell them to edit the launchSettings.json file to set the port to 5000 to get this sample to run. ``` "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication":...
Hello to all. Please help solve problem. I've issue with calling OnDisconnectedAsync method when IPad wi-fi turned off, calling may be happen fast but some times it takes a long...
Hi All, ChatSample is working fine on my machine but the only thing is when I am trying to refer full url i.e "http://localhost:64654/chat" then I am getting error. The...
unable to get this client to work. https://github.com/foxjazz/WebAdmsClient/issues
Hi, I am trying to persist the log from the chat, Is there a marker or cursor, how can we persist the chat log its and its sequnece in sql...