Top "Asp.net-core-signalr" questions

SignalR dotnet core authentication

I am using Microsoft.AspNetCore.SignalR nuget package with Bazinga.AspNetCore.Authentication.Basic which adds basic authentication to dotnet core. …

c# asp.net-core asp.net-core-signalr
.Net Core SignalR - connection timeout - heartbeat timer - connection state change handling

just to be clear up-front, this questions is about .Net Core SignalR, not the previous version. The new SignalR has …

asp.net-core-mvc asp.net-core-2.0 asp.net-core-2.1 asp.net-core-signalr
How to send Parameter/Query in HubConnection SignalR Core

I'm trying to add parameter into connection to signalr. I'm using Builder to create my Client connection and start it: …

c# signalr-hub asp.net-core-signalr
Difference between SendAsync and SendCoreAsync methods in SignalR Core?

When updating to the latest version of ASP Net Core and SignalR core, I noticed their are two "send" methods …

asp.net-core-signalr
AspNetCore.SignalR : Cannot start a connection that is not in the Initial state

I have troubles to get my ASP.NET Core SignalR app working. I have this server-side code : public class PopcornHub : …

c# .net signalr asp.net-core-signalr
SignalR version compatability (StatusCode: 405 'Method Not Allowed')

I'm having issues with a SignalR project I'm currently working on. I'm trying to build a server using .Net Core, …

signalr version signalr-hub signalr.client asp.net-core-signalr