Top "Signalr" questions

ASP.

SignalR function return value

I created a SignalR hub which contain the following hub function: public bool GetStatus() { return true; } I'm want to call …

c# signalr signalr-hub signalr.client
How to pass some data through signalR header or query string in .net core 2.0 app

Using signalR in .net 4.7 we were able to pass two variables from the client application to signalR server. Here is …

c# asp.net signalr signalr-hub asp.net-core-signalr
SignalR .NET client disconnecting

We are coming across an interesting issue. Here is what our setup looks like: SignalR Server (an ASP.NET MVC …

signalr signalr-hub signalr.client
Cross-domain will not work with a SignalR PersistentConnection

NOTE: Someone else originally asked this question but deleted it before I could post my answer. Since this question covers …

javascript asp.net-mvc cross-domain signalr signalr.client
SignalR self hosted windows service, listening for messages

I'm attempting to build a windows service that's self-hosting SignalR. I have read through tutorials such as SignalR Self-Host on …

c# windows-services signalr self-hosting
SignalR + Autofac + OWIN: Why doesn't GlobalHost.ConnectionManager.GetHubContext work?

I'm trying to use OWIN, SignalR and Autofac in a single project. I'm setting things up with regards to signalR …

asp.net signalr autofac owin
SignalR: Hub OnConnected not called if no client methods

I am writing a game in SignalR. The idea is that you connect with your laptop, which will be used …

javascript signalr signalr-hub signalr.client
How to use SignalR in Unity3d?

I have a reason to use SignalR in Unity, I have decided to go with Microsoft.AspNetCore.SignalR.Client from …

unity3d nuget signalr
SignalR 2 long polling "protocol" request times out when not ran locally

Currently I have an app that is very chatty and needs to be supported by a Singleton(See Code below). …

c# signalr signalr-hub signalr.client
CORS policy don't want to work with SignalR and ASP.NET core

I have a problem with my ASP.NET core API and my Angular Client. I want to implement SignalR to …

angular asp.net-core cors signalr angular7