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

Client does not retry failed connection attempts to the box #46

Closed
JoshuaCWebDeveloper opened this issue Nov 5, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@JoshuaCWebDeveloper
Copy link
Collaborator

Currently, if something is wrong with the box and the client can't connect, it won't keep retrying. i.e. once the box has recovered, the worker will need to be restarted.

The libp2p client should retry failed connections on an interval until a connection can be reestablished.

@JoshuaCWebDeveloper JoshuaCWebDeveloper added the bug Something isn't working label Nov 5, 2022
@JoshuaCWebDeveloper JoshuaCWebDeveloper changed the title Client does not retry failed connects to box Client does not retry failed connection attempts to the box Nov 5, 2022
@JoshuaCWebDeveloper
Copy link
Collaborator Author

It actually has been observed that libp2p will retry connections; however, #59 causes this to be very fragile. Closing in favor of #59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant