Create a SignalR Core in Windows Service and connect it in C# application locally
I have successfully created the SignalR connection in my Windows Service. It’s working fine but when I try to connect to it through other Windows Application (.NET 4.8) by using Microsoft.AspDotNet.SignalR.Client, it doesn’t actually work. It keeps getting stuck when starting the connection.