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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@caspervonb: Hi. Is there an equivalent of this option in Python client?
https://pkg.go.dev/github.com/nats-io/nats.go#Options.RetryOnFailedConnect https://javadoc.io/static/io.nats/jnats/2.20.5/io/nats/client/Nats.html#connectReconnectOnConnect-io.nats.client.Options- https://nats-io.github.io/nats.deno/interfaces/ConnectionOptions.html#waitOnFirstConnect
I do not see an equivalent here: https://nats-io.github.io/nats.py/modules.html#nats.aio.client.Client.connect, but maybe I am looking at the wrong place.
_
No response
The text was updated successfully, but these errors were encountered:
connect()
The initial connection is currently controlled by allow_reconnect. But I can raise a pull request with an equivalent of RetryOnFailedConnect.
allow_reconnect
RetryOnFailedConnect
Sorry, something went wrong.
caspervonb
No branches or pull requests
Observed behavior
@caspervonb: Hi.
Is there an equivalent of this option in Python client?
https://pkg.go.dev/github.com/nats-io/nats.go#Options.RetryOnFailedConnect
https://javadoc.io/static/io.nats/jnats/2.20.5/io/nats/client/Nats.html#connectReconnectOnConnect-io.nats.client.Options-
https://nats-io.github.io/nats.deno/interfaces/ConnectionOptions.html#waitOnFirstConnect
I do not see an equivalent here: https://nats-io.github.io/nats.py/modules.html#nats.aio.client.Client.connect, but maybe I am looking at the wrong place.
Expected behavior
_
Server and client version
_
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: