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
With eclipse-zenoh/zenoh#1214, now pico fragmentation fails because the router considers the batch_size is wrong.
RX task failed: Read error from link: tcp/[::ffff:127.0.0.1]:7447 => tcp/[::ffff:127.0.0.1]:47088:BatchConfig { mtu: 1024, is_streamed: true, is_compression: false }. Invalid batch length or buffer size. at io/zenoh-transport/src/unicast/link.rs:227
The way pico sets the batch_size probably needs to be updated.
Start the z_test_fragmentation_tx, the router will close the connection.
NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
With eclipse-zenoh/zenoh#1214, now pico fragmentation fails because the router considers the batch_size is wrong.
The way pico sets the batch_size probably needs to be updated.
To reproduce
Start the z_test_fragmentation_tx, the router will close the connection.
System info
NA
The text was updated successfully, but these errors were encountered: