Remove default zenoh endpoint peer config#1260
Conversation
Fails with `CONNECTION_TO_SELF` error since eclipse-zenoh/zenoh#2110
|
The diff looks a bit weird. I basically removed the first |
|
But I think the scouting doesn't work on macOS and this PR removes it and revert to default. Is this what this PR aims to do? |
Is there some issue with more details on this? I looked through the zenoh repo but didn't find anything related. |
|
No, I don't really know why and haven't investigated beyond the fact that I think is what breaking the CI/CD |
|
So it seems like it was the other way around: The else branch also disabled multicast scouting on macos: https://github.com/dora-rs/dora/pull/1260/changes#diff-a2231c167364419201c67cde2890e158d1faea556e39524e28913cb80b983aceL84-L91 Turns out that was the reason why the CI was failing. I removed that exception in bdf57c6 and now the macos CI jobs pass as well. |
With the default config we get a lot of
CONNECTION_TO_SELFerrors since eclipse-zenoh/zenoh#2110 was merged.