I am using SignalR.But there is a problem about timeout.
Timeout disappears after a few minutes and does not work.
How can i set timeout Connection in SignalR 2.0 ?
I am using SignalR.But there is a problem about timeout.
Timeout disappears after a few minutes and does not work.
How can i set timeout Connection in SignalR 2.0 ?
You can use the following configuration in your Owin Startup class.
Also when you want to keep your client connected to server all the time, you can try to connect it in disconnect hub event.