Top "Asp.net-core-signalr" questions

Call SignalR Core Hub method from Controller

How can I call SignalR Core Hub method from Controller? I am using ASP.NET Core 2.0 with Microsoft.AspNetCore.SignalR (1.0.0…

c# signalr asp.net-core-2.0 asp.net-core-signalr
In ASP.NET Core SignalR, how do I send a message from the server to a client?

I've successfully setup a SignalR server and client using the newly released ASP.NET Core 2.1. I built a chat room …

c# asp.net-core asp.net-core-signalr
Get Hub Context in SignalR Core from within another object

I am using Microsoft.AspNetCore.SignalR (latest release) and would like to get the hub context from within another object …

c# asp.net-core asp.net-core-signalr
Connection ID when calling SignalR Core Hub method from Controller

This is a follow-up to another question and answer. What's the effect of calling HubContext.Clients.Caller or HubContext.Clients.…

c# signalr asp.net-core-signalr asp.net-core-2.1
Unable to start a connection to signalr core hub with Angular 5 client

I have a .Net Core 2.0 C# Web Api running a SignalR Core hub. I am unable to even start() my …

angular typescript asp.net-core-2.0 kestrel-http-server asp.net-core-signalr
How to use SignalR on Flutter?

I am trying to communicate with an Asp.Net core 2.1 application that uses SignalR to establish its chat communications, but …

websocket flutter long-polling asp.net-core-signalr
How to increase timeout setting in ASP.NET Core SignalR v2.1?

I'm trying out the latest SignalR on ASP.NET Core 2.1. I have the basic app working but it times out …

c# signalr asp.net-core-2.0 asp.net-core-signalr
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
ASP.NET CORE 2.1 Server timeout while debugging

'Error: Server timeout elapsed without receiving a message from the server.'. I'm trying to debug some server-side code and …

asp.net-core asp.net-core-signalr
SignalR call to specific client from controller ASP.NET Core 2.1

I need to send an instant message from the server to the client after the user has submitted a form …

c# asp.net-mvc asp.net-core asp.net-core-signalr