zenoh-plugin-dds icon indicating copy to clipboard operation
zenoh-plugin-dds copied to clipboard

Unable to connect any locator of scouted peer

Open sergmister opened this issue 1 year ago • 0 comments

Describe the bug

Running these two commands in separate terminals on the same machine:

docker run --init --net host eclipse/zenoh-bridge-dds -d 1
docker run --init --net host eclipse/zenoh-bridge-dds -d 2

Throws the error Unable to connect any locator of scouted peer.

I have tried using tcp/localhost:7447, x86 and arm, latest and master, all with no luck.

To reproduce

In two terminals run:

docker run --init --net host eclipse/zenoh-bridge-dds -d 1
docker run --init --net host eclipse/zenoh-bridge-dds -d 2

System info

Ubuntu 22.04.2 i9 13900k docker containers eclipse/zenoh-bridge-dds:latest and eclipse/zenoh-bridge-dds:master

sergmister avatar May 01 '23 17:05 sergmister