-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Have lighthouses ack updates to reduce test packet traffic #851
Conversation
Thanks for the contribution! Before we can merge this, we need @nbrownus to sign the Salesforce.com Contributor License Agreement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good to me 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This change has the lighthouse send an
ack
packet on thelighthouse
message type after receiving an update. The goal is to get some return traffic on the line so the client doesn't have to always send test packets to determine if the lighthouse is still alive.