Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Jul 31, 2013
1 parent 0c2da1a commit 5a808e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 5a808e2

Please sign in to comment.