Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider updating the log info "....a connection lost timeout of " for keepAliveData.timeout #1084

Closed
Xiaohongt opened this issue Dec 5, 2012 · 1 comment
Milestone

Comments

@Xiaohongt
Copy link
Contributor

consider updating the log info "....a connection lost timeout of " to "...keep alive timeout of " for keepAliveData.timeout:

current log info:
connection.log("Now monitoring keep alive with a warning timeout of " + keepAliveData.timeoutWarning + " and a connection lost timeout of " + keepAliveData.timeout);

suggestion:
connection.log("Now monitoring keep alive with a warning timeout of " + keepAliveData.timeoutWarning + " and keep alive timeout of " + keepAliveData.timeout + ", reconnecting timeout of " + connection.disconnectTimeout );

@ghost ghost assigned NTaylorMullen Dec 5, 2012
@ghost ghost assigned NTaylorMullen Feb 23, 2013
@davidfowl
Copy link
Member

Moving to 1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants