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

Periodic retry on failure to open a listen endpoint #712

Closed
JEnoch opened this issue Feb 2, 2024 · 1 comment
Closed

Periodic retry on failure to open a listen endpoint #712

JEnoch opened this issue Feb 2, 2024 · 1 comment
Labels
new feature Something new is needed

Comments

@JEnoch
Copy link
Member

JEnoch commented Feb 2, 2024

Describe the feature

Currently Zenoh returns an error on Session opening if it fails to open a configured listen endpoint.
Rather to return this error, Zenoh could have the same behaviour than with connect endpoints: periodic retry.

This would be better with WiFi for instance, where at host boot the network service might be online but the IP address for WiFi is not yet set by DHCP.

Such behaviour could be configurable (fastfail, retry, period, number of attempts...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Something new is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants