MVC5 hangs on MapSignalR when reconnecting after AppPool cycles
I have the following code in my Startup.SignalR.cs:
I have the following code in my Startup.SignalR.cs:
I want to upload a file from the client to the server. Is there a way to upload a file with SignalR or must i need a Controller for this?
We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such scenario how to fix it?
VS 2013 WebForms template with bootstrap. And I’ve got
I’m using signalr to do some real-time events in my web application. I’m trying to force signalr to use the new websocket protocol but it won’t, even if I specify it.
I have created my own IConnectionIdGenerator implementation which for simpicty in my webforms application names the client connection Id by the EmailAddress.ToLower() of the logged in authenticated user (if that’s not available then it defaults back a guid).
Calling the client from my page code behind all works fine.
I followed this simple tutorial and managed to create a test web application with signalR. But when I tried to recreate it using ASP.NET website and then browse for the html page, I got the following error:
I am having trouble referencing package: “Microsoft.AspNet.SignalR.Server”: “3.0.0-beta7” – the only one I can install is the ‘beta5‘ version..
I have an Azure Mobile Service running Web Api and c# and enabled CORS as suggested in Enable CORS on Azure Mobile Serivce .NET Backend
however I have now come to add SignalR into the mix.
I wrote this simple code which –when connected , should yield