Update troubleshooting.md
parent
4f5fa6239d
commit
49bed2e3e2
|
@ -151,7 +151,7 @@ A connection in a .NET client application that uses Domain security may fail if
|
||||||
|
|
||||||
## Configuring IIS websockets to ping/pong to detect a dead client
|
## Configuring IIS websockets to ping/pong to detect a dead client
|
||||||
|
|
||||||
SignalR servers don't know if the client is dead or not and they rely on notification from the underlying websocket for connection failures, that is, the OnClose callback. One solution to this problem is to configure IIS websockets to do the ping/pong for you. This ensures that your connection will close if it breaks unexpectedly. For more information see [this stackoverflow post](http://stackoverflow.com/questions/19502755/websocket-clients-state-not-changing-on-network-loss).
|
SignalR servers don't know if the client is dead or not and they rely on notification from the underlying websocket for connection failures, that is, the `OnClose` callback. One solution to this problem is to configure IIS websockets to do the ping/pong for you. This ensures that your connection will close if it breaks unexpectedly. For more information see [this stackoverflow post](http://stackoverflow.com/questions/19502755/websocket-clients-state-not-changing-on-network-loss).
|
||||||
|
|
||||||
<a id="other"></a>
|
<a id="other"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue