We have an application which uses SignalR hubs but the hubs location is in a different server not in the application server. All the signalR ping requests from the application are going to application server, how to make ping requests to hit the signalR server (different hub server).
The question is about ping url when the hub location is in a different server.
Thanks, Pavan