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

udp multicast can now join multiple groups #252

Merged
merged 3 commits into from
Sep 20, 2023
Merged

udp multicast can now join multiple groups #252

merged 3 commits into from
Sep 20, 2023

Conversation

p-avital
Copy link
Contributor

@p-avital p-avital commented Sep 20, 2023

EDIT: linked issue eclipse-zenoh/zenoh#554

@Mallets
Copy link
Member

Mallets commented Sep 20, 2023

By doing:
./build/examples/z_sub -l udp/224.0.0.123:7447#iface=lo0\;join=224.0.0.60
and
./build/examples/z_pub -l udp/224.0.0.60:7447#iface=lo0\;join=224.0.0.123
the subscriber is not receiving any data.

@Mallets
Copy link
Member

Mallets commented Sep 20, 2023

By doing: ./build/examples/z_sub -l udp/224.0.0.123:7447#iface=lo0\;join=224.0.0.60 and ./build/examples/z_pub -l udp/224.0.0.60:7447#iface=lo0\;join=224.0.0.123 the subscriber is not receiving any data.

The above is now fixed and working properly.

@p-avital p-avital merged commit a40ec89 into master Sep 20, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants