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

Fixed connect not backing off when a connection attempt failed #396

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

Conversation

guy176251
Copy link

No description provided.

Fixed connect not backing off when a connection attempt failed
@@ -54,7 +54,7 @@ regex = "1.7"
serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.9"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would you remove this feature, what bug does it solve? This means you will likely loose precision which is what you want (at least I don't 😉).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was encountering a bug similar to the one in this issue:

serde-rs/serde#2748

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.

2 participants