Skip to content
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

Add a 60-second client reconnect #80

Merged
merged 3 commits into from
Apr 6, 2024
Merged

Add a 60-second client reconnect #80

merged 3 commits into from
Apr 6, 2024

Conversation

ekzhang
Copy link
Owner

@ekzhang ekzhang commented Apr 6, 2024

This improves reliability in most cases, such as when network errors are not reported immediately to the streaming request client. It's at the expense of a brief blip during every reconnection. But this should hardly be noticeable, assuming real-time RTL, it would affect ~0.2% of interactions.

This improves reliability in most cases, such as when network errors are not reported immediately to the streaming request client. It's at the expense of a brief blip during every reconnection. But this should hardly be noticeable, assuming real-time RTL, it would affect ~0.2% of interactions.
@ekzhang ekzhang merged commit 77ae52a into main Apr 6, 2024
4 checks passed
@ekzhang ekzhang deleted the ekzhang/60s-timeout branch April 6, 2024 19:18
kahnwong pushed a commit to kahnwong/sshx that referenced this pull request Apr 13, 2024
* Add a 60-second client reconnect

This improves reliability in most cases, such as when network errors are not reported immediately to the streaming request client. It's at the expense of a brief blip during every reconnection. But this should hardly be noticeable, assuming real-time RTL, it would affect ~0.2% of interactions.

* Remove dbg!

* Fix interval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant