SignalR implementation in ASP.NET Core Application using .NET Client to receive message.

satya karki 986 Reputation points MVP
2022-04-10T06:44:41.37+00:00

I am following the below article for implementing SignalR in my ASP.NET Core web application to receive messages from Server. Initially, it was working and able to receive the message from the SignalR server Hub but after a few days, it is not receiving messages. I tried to search for other related documents too however, couldn't get resources or samples related to ASP.NET core. Even the below document is for WinForm not for ASP.NET Core.

https://learn.microsoft.com/en-us/aspnet/core/signalr/dotnet-client?view=aspnetcore-6.0&tabs=visual-studio

Similarly, I tried using SignalR Javascript Client and it is working fine. I need to implement it using .NET Client from the backend, not the Front end.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
{count} votes