-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using multilink, if the transport is dropped because of net failure or crash, only one link reconnects.
To reproduce
- Start first router:
RUST_LOG=debug ./target/debug/zenohd --cfg=transport/unicast/max_links:2 -l "tcp/[::]:7447?rel=1;prio=0-3" -l "udp/[::]:7447?rel=0;prio=4-7"
- Start second router:
RUST_LOG=debug ./target/debug/zenohd --cfg=transport/unicast/max_links:2 -l "tcp/[::]:7448?rel=1;prio=0-3" -l "udp/[::]:7448?rel=0;prio=4-7" -e "tcp/127.0.0.1:7447?rel=1;prio=0-3" -e "udp/127.0.0.1:7447?rel=0;prio=4-7"
- See in the log that both links established.
- Kill first router.
- Restart first router.
- See in logs that only one link reestablished.
System info
Zenoh v1.5.1
ciandonovan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working