From 5a808e24a18cc4f1cbcad32e36833ae12ce10adf Mon Sep 17 00:00:00 2001 From: DamianEdwards Date: Wed, 31 Jul 2013 10:34:29 -0700 Subject: [PATCH] Comment fix --- .../Scripts/jquery.signalR.js | 2 +- .../Scripts/jquery.signalR.js | 2 +- src/Microsoft.AspNet.SignalR.Client.JS/jquery.signalR.core.js | 2 +- .../Scripts/jquery.signalR.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/Microsoft.AspNet.SignalR.Hosting.AspNet.Samples/Scripts/jquery.signalR.js b/samples/Microsoft.AspNet.SignalR.Hosting.AspNet.Samples/Scripts/jquery.signalR.js index 154a64b274..9f510b02d5 100644 --- a/samples/Microsoft.AspNet.SignalR.Hosting.AspNet.Samples/Scripts/jquery.signalR.js +++ b/samples/Microsoft.AspNet.SignalR.Hosting.AspNet.Samples/Scripts/jquery.signalR.js @@ -457,7 +457,7 @@ // Timeout to designate when to force the connection into reconnecting converted to milliseconds keepAliveData.timeout = res.KeepAliveTimeout * 1000; - // Timeout to designate when to warn the developer that the connection may be dead or is hanging. + // Timeout to designate when to warn the developer that the connection may be dead or is not responding. keepAliveData.timeoutWarning = keepAliveData.timeout * connection.keepAliveWarnAt; // Instantiate the frequency in which we check the keep alive. It must be short in order to not miss/pick up any changes diff --git a/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Scripts/jquery.signalR.js b/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Scripts/jquery.signalR.js index 154a64b274..9f510b02d5 100644 --- a/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Scripts/jquery.signalR.js +++ b/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Scripts/jquery.signalR.js @@ -457,7 +457,7 @@ // Timeout to designate when to force the connection into reconnecting converted to milliseconds keepAliveData.timeout = res.KeepAliveTimeout * 1000; - // Timeout to designate when to warn the developer that the connection may be dead or is hanging. + // Timeout to designate when to warn the developer that the connection may be dead or is not responding. keepAliveData.timeoutWarning = keepAliveData.timeout * connection.keepAliveWarnAt; // Instantiate the frequency in which we check the keep alive. It must be short in order to not miss/pick up any changes diff --git a/src/Microsoft.AspNet.SignalR.Client.JS/jquery.signalR.core.js b/src/Microsoft.AspNet.SignalR.Client.JS/jquery.signalR.core.js index 344557722d..cd93e3d492 100644 --- a/src/Microsoft.AspNet.SignalR.Client.JS/jquery.signalR.core.js +++ b/src/Microsoft.AspNet.SignalR.Client.JS/jquery.signalR.core.js @@ -456,7 +456,7 @@ // Timeout to designate when to force the connection into reconnecting converted to milliseconds keepAliveData.timeout = res.KeepAliveTimeout * 1000; - // Timeout to designate when to warn the developer that the connection may be dead or is hanging. + // Timeout to designate when to warn the developer that the connection may be dead or is not responding. keepAliveData.timeoutWarning = keepAliveData.timeout * connection.keepAliveWarnAt; // Instantiate the frequency in which we check the keep alive. It must be short in order to not miss/pick up any changes diff --git a/tests/Microsoft.AspNet.SignalR.Client.JS.Tests/Scripts/jquery.signalR.js b/tests/Microsoft.AspNet.SignalR.Client.JS.Tests/Scripts/jquery.signalR.js index 154a64b274..9f510b02d5 100644 --- a/tests/Microsoft.AspNet.SignalR.Client.JS.Tests/Scripts/jquery.signalR.js +++ b/tests/Microsoft.AspNet.SignalR.Client.JS.Tests/Scripts/jquery.signalR.js @@ -457,7 +457,7 @@ // Timeout to designate when to force the connection into reconnecting converted to milliseconds keepAliveData.timeout = res.KeepAliveTimeout * 1000; - // Timeout to designate when to warn the developer that the connection may be dead or is hanging. + // Timeout to designate when to warn the developer that the connection may be dead or is not responding. keepAliveData.timeoutWarning = keepAliveData.timeout * connection.keepAliveWarnAt; // Instantiate the frequency in which we check the keep alive. It must be short in order to not miss/pick up any changes