You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
davidfowl edited this page Nov 10, 2011
·
15 revisions
Configuring SignalR
Changing the timeout for long polling connections
By default SignalR's long polling transport polls for 2 minutes before returning from the server and trying again. In certain circumstances, you might not want to have a connection to the server opened for that long (e.g proxy timeouts etc.). You can tweak this setting by changing the Signaler.Instance.DefaultTimeout property: