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? 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 fail at startup if configured with multiple connect endpoints and non zero connect timeout_ms when the first endpoint is unreachable.
zenohd
z_sub -m client --cfg=connect/timeout_ms:1000 --cfg=connect/endpoints:[\"tcp/127.0.0.1:7448\",\"tcp/127.0.0.1:7447\"]
Fails
Zenoh 1.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Client fail at startup if configured with multiple connect endpoints and non zero connect timeout_ms when the first endpoint is unreachable.
To reproduce
zenohd
z_sub -m client --cfg=connect/timeout_ms:1000 --cfg=connect/endpoints:[\"tcp/127.0.0.1:7448\",\"tcp/127.0.0.1:7447\"]
Fails
System info
Zenoh 1.0.2
The text was updated successfully, but these errors were encountered: