ASP.
Since updating to VS2013, we receive this error when running our (MCV4) web app: The controller for path '/9ac086…
asp.net-mvc signalr visual-studio-2013We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such …
c# asp.net signalr signalr.clientI've started working with SignalR and was trying to figure out when a Hub Reconnect occurs. I didn't find any …
.net signalr signalr-hub reconnectI seem to have an issue with SignalR's JS Client Hub. The problem is that the 'on' handler does not …
signalr signalr-hubI'm implementing a chat room. So far, so good - users can send messages from their browsers via a JS …
c# signalr signalr-hub signalr.clientI am using signalr and asp.net MVC3 to build a sample chat application. Here is what my signalr hub …
c# asp.net-mvc-3 signalr signalr-hubWhen I try to access the HttpContext current session from the HUB it returns null. I tried making use of …
c# asp.net signalr session-state signalr-hubI'm trying to overwrite OnConnected(), OnDisconnected() methods but I get: OnConnected()': no suitable method found to override Is implementing …
signalr signalr-hubI have my server console app: static void Main(string[] args) { string url = "http://localhost:8080"; using (WebApp.Start(url)) { MyHub …
c# asp.net .net signalr signalr.clientI have one WPF client-server application. Now I have scenario like client will connect to server and server will push …
wcf push-notification signalr