User1095745258 posted
Hi all,
i had a situation where i want to implement the signalr client to run in windows service, mostly a ping service, and has to send the information to the signalR server, which again will send to all other connected clients. can you please help me implementing
this.
i have written a .net service which is .net client and a mvc signalr which will run first , later the .net service,
but after some time the response is
{ "Response": "pong" }
is there any other way.