Top "Signalr" questions

ASP.

Where are these poll requests from SignalR coming from?

I have a SPA application using Durandal. My program starts to have a http request periodically: http://localhost:1551/f9750d8…

asp.net-mvc asp.net-mvc-4 signalr durandal single-page-application
SignalR - sending parameter to OnConnected?

I have the following JS working: var chat = $.connection.appHub; My app has a single hub, AppHub, that handles two …

signalr signalr-hub
Steps to get SignalR working in Android Studio

I'm trying to bring SignalR into my Android Studio project. I successfully followed the tutorial on getting started with SignalR, …

android-studio signalr
How to do guaranteed message delivery with SignalR?

I am developing real-time client-server application using C# and SignalR. I need to send messages to client as fast as …

c# signalr
SignalR: Error loading hubs

Signalr doesn't load my hubs: SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. <script src=…

c# asp.net-mvc signalr signalr-hub
Send message to specific user in signalr

I have a signalR Server(Console Application) and a client application(Asp.net MVC5) How I can send message to …

c# asp.net signalr signalr-hub
SignalR 2.0.2 and Owin 2.0.0 dependency conflict

I'm trying to get SignalR working in an MVC5 project with individual accounts. The MVC project has by default Owin 2.0.0 …

c# asp.net .net signalr owin
Is it correct to use SignalR for desktop applications?

Is SignalR suitable for windows desktop applications (winforms/wpf)? What are the advantages and disadvantages using SignalR with windows desktop …

c# .net wpf winforms signalr
/signalr/hubs not loading in asp.net mvc4: Throws 404

Here is what I did. I used nuget to get the SignalR for my MVC4 project. Created a MyHub class …

asp.net-mvc-4 http-status-code-404 signalr signalr-hub
Context.User.Identity.Name is null with SignalR 2.X.X. How to fix it?

This is driving me insane. I'm using latest signalR release (2.0.2). This is my hub code (OnConnected) public override Task OnConnected() { //…

asp.net-mvc authentication signalr signalr-hub owin