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

Fix backoff inconsistency, error pages, minimal API, keepalive configurable,... #127

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

hons82
Copy link

@hons82 hons82 commented Mar 26, 2021

The reset is performed at the time the connection has been established.
This can cause the problem described in #76.
I the server connection fails after max_time + x it tries to reconnect.
If that fails once it immediately stops trying with the message "backoff limit exceeded"

hons82 and others added 2 commits March 26, 2021 08:57
The reset is performed at the time the connection has been established. 
This can cause the problem described in mmatczuk#76.
I the server connection fails after max_time + x it tries to reconnect. 
If that fails once it immediately stops trying with the message "backoff limit exceeded"
@hons82 hons82 force-pushed the master branch 2 times, most recently from 4378d1f to bed3099 Compare May 7, 2021 12:15
@hons82 hons82 force-pushed the master branch 2 times, most recently from 338fe9a to 2bf0d58 Compare May 25, 2021 13:29
@hons82 hons82 changed the title Fix backoff inconsistency Fix backoff inconsistency, error pages, minimal API, keepalive configurable,... Aug 13, 2021
disconnect/connect within a second will be logged, but with logLevel 2 and with a single "reconnected" message
@hons82 hons82 force-pushed the master branch 2 times, most recently from 51ff58a to e2fbec3 Compare October 13, 2021 13:41
Time to wait before logging a disconnect can be configured
@hons82 hons82 force-pushed the master branch 2 times, most recently from 94c143d to 5ff19e7 Compare October 21, 2021 15:03
Currently hardcoded, but might be configurable in future
file is monitored an reloaded dynamically
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