Client connection checking #17
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due to an issue with haproxy in a live environment, where it would drop connections on the client side every minute causing the client to reconnect, but would not drop the server connection correctly, this is something that needs to be looked at.
Basically, if a connection is not dropped correctly it can sit there indefinitely. What we will need to do is periodically send a ping on connections to ensure they are still alive. This should cause the TCP layer to drop the connection if it is actually not active.
added ~142 and removed ~135 labels
I can use the PING/PONG frames from the WebSocket specification: https://tools.ietf.org/html/rfc6455#section-5.5.2
closed via commit
255cbb250a
mentioned in commit
255cbb250a