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
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.
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.
tcp/localhost:7447
In two terminals run:
Ubuntu 22.04.2 i9 13900k docker containers eclipse/zenoh-bridge-dds:latest and eclipse/zenoh-bridge-dds:master
eclipse/zenoh-bridge-dds:latest
eclipse/zenoh-bridge-dds:master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Running these two commands in separate terminals on the same machine:
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:
System info
Ubuntu 22.04.2
i9 13900k
docker containers
eclipse/zenoh-bridge-dds:latest
andeclipse/zenoh-bridge-dds:master
The text was updated successfully, but these errors were encountered: