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
Trying to send fragmented from zenoh-picoh to a router no longer works as of commit #585 on master.
./target/release/zenohd -l tcp/127.0.0.1:7447 --no-multicast-scouting
rand=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 65536 | head -n 1) ./build/examples/z_pub -e tcp/127.0.0.1:7447 -v $rand
The text was updated successfully, but these errors were encountered:
See eclipse-zenoh/zenoh-pico#291 and #630
Sorry, something went wrong.
@jean-roland as far as I understand this issues is now solved. Can you please confirm?
Yes, it has been fixed on the zenoh-pico side. Closing the issue.
No branches or pull requests
Describe the bug
Trying to send fragmented from zenoh-picoh to a router no longer works as of commit #585 on master.
To reproduce
./target/release/zenohd -l tcp/127.0.0.1:7447 --no-multicast-scouting
rand=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 65536 | head -n 1) ./build/examples/z_pub -e tcp/127.0.0.1:7447 -v $rand
System info
The text was updated successfully, but these errors were encountered: