-
Notifications
You must be signed in to change notification settings - Fork 173
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
The default endpoints to listen on #1572
Comments
@OlivierHecart what do you think? |
It is allowed to set an empty listen/endpoints array! Now it indeed force users to change the default when deactivating TCP feature. It is in my opinion not a big problem as TCP is kind of our default transport. |
Follow-up
{
listen: {
endpoints: [""],
}
}
|
It has been decided to change the configuration default values when building with feature |
Describe the release item
After migrating to 1.0, we force a zenoh session to listen on
The text was updated successfully, but these errors were encountered: