-
Notifications
You must be signed in to change notification settings - Fork 367
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
Server side heartbeat not working #298
Comments
Why did you expect any heartbeats to be sent when you set heartbeat type Try |
Try this, but still can't get any heartbeats |
|
switch to version 2.9.2 but still not work;I use debug log and Wireshark(Capture port traffic) monitor heartbeat,I'm so confused about it, can you give me correct example code? |
Indeed; you're right. It looks like this never worked, and was not caught because there was no test for server-side heartbeats. |
Services need to be started. In particular, the connection service starts its heartbeat, if configured, when started. It was already noticed in commit e74e204 that the server-side did not start services, but at that time the effect was not recognized because tests were too unstable back then. A test for server-side heartbeats was also missing.
Services need to be started. In particular, the connection service starts its heartbeat, if configured, when started. It was already noticed in commit e74e204 that the server-side did not start services, but at that time the effect was not recognized because tests were too unstable back then. A test for server-side heartbeats was also missing. Bug: apache#298
Services need to be started. In particular, the connection service starts its heartbeat, if configured, when started. It was already noticed in commit e74e204 that the server-side did not start services, but at that time the effect was not recognized because tests were too unstable back then. A test for server-side heartbeats was also missing. Bug: apache#298
Version
master
Bug description
dependency:
Code:
ssh Client:
Actual behavior
read Server Setup Manual last section
I with my SSHD has ServerSide heartbeat,But setSessionHeartbeat API didn't working, ssh session didn't get any interval heartbeat
Expected behavior
SSHD automatic send heartbeat message for each ssh session
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered: