Skip to content

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

@Xiaohongt

Description

@Xiaohongt

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 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions