We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ConectOptions struct has the max_reconnects field, defaulting to Some(60), but no method to configure it.
A method .max_reconnects allows configuring the value.
async_nats 0.33
N/A
The text was updated successfully, but these errors were encountered:
nats-io#1186 Configure max_reconnects
852cd1e
c15a15a
Thanks for filling the issue and the PR!
Will be reviewed soon.
Sorry, something went wrong.
Fixed in #1188
Jarema
Successfully merging a pull request may close this issue.
Observed behavior
The ConectOptions struct has the max_reconnects field, defaulting to Some(60), but no method to configure it.
Expected behavior
A method .max_reconnects allows configuring the value.
Server and client version
async_nats 0.33
Host environment
N/A
Steps to reproduce
N/A
The text was updated successfully, but these errors were encountered: