RustDDS icon indicating copy to clipboard operation
RustDDS copied to clipboard

On mac air with m1 chip , find cannot bind the request address

Open bigdaronlee163 opened this issue 2 years ago • 1 comments

  1. run the shape example . cargo run --example=shapes_demo -- -S -t Square 2.image
  2. other example find the same result .

bigdaronlee163 avatar Dec 25 '23 04:12 bigdaronlee163

I cannot reproduce the issue you are seeing, please provide more details.

Attempt to reproduce:

  • Macbook Pro with M1 Pro, MacOS Ventura
  • stable Rust toolchain, compiler version 1.74.0, installed via rustup
  • RustDDS version Release 0.9.0 or latest master
  • ./cargo run --example=shapes_demo -- -S -t Square and
  • ./cargo run --example=shapes_demo -- -P -t Square

Result: Works as expected, no error messages on startup.

Note: RustDDS currently requires a working, broadcast-capable network interface to run even locally. The example won't work if your Wi-Fi is disabled.

jhelovuo avatar Jan 08 '24 12:01 jhelovuo