I restarted (reboot in Linux) my ssh server which had an established connection with a keep-alive every 10s. Even after the disconnection, the following method was executed every 10s: BaseClient.SendKeepAliveMessage().
Seems like a call to BaseClient.StopKeepAliveTimer() is missing somewhere.
Seems like a call to BaseClient.StopKeepAliveTimer() is missing somewhere.