python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SignalR connection issue on Load balanced Environment using ASP.NET (4.8)
Dotnet Framework: 4.8
SignalR nuget package: 2.4.0
Angular client using Signalr: "^2.4.2",
Two nodes application server behind load balancer.
Web socket support configured on IIS. (IIS lat...
Prashant
Votes: 0
Answers: 1
Approach for notifying the user when record is updated
We need to notify the user whenever the same record is updated by a different user/system.
My front end is Angular and backend is Asp.Net web API.
I'm thinking of two options
poll backend based on ti...
user155489
Votes: 0
Answers: 0
ASP.NET SignalR WebSocket Close Timeout
whats is the equvalent way to the asp.net core SignalR way to defined the WebSocket close time out
endpoints.MapHub<NotificationsHub>("/notificationsHub", confoptions =>
...
Hagai
Votes: 0
Answers: 0
.NET Framework SignalR Clients.Caller Not working as expected
I am currently using SignalR in my .NET framework project to send updates to the client for a long running process. There can be many processes running simultaneously and the client will subscribe to...
Rishikesh
Votes: 0
Answers: 1