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