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

Retry lost connection forever? #85

Closed
bar10dr opened this issue Jan 26, 2022 · 0 comments
Closed

Retry lost connection forever? #85

bar10dr opened this issue Jan 26, 2022 · 0 comments

Comments

@bar10dr
Copy link

bar10dr commented Jan 26, 2022

You can specify a reconnect list like this

final list = [10000, 10000, 10000];

.withAutomaticReconnect(list)

After the list is exhausted, it stops trying.

How can I make it try to reconnect forever? Or is there some other way I should handle this?

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

No branches or pull requests

2 participants