You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The minimal examples fail on macOS with the following error after starting the second process of the publisher-subscriber pair:
thread 'main' panicked at dds/examples/best_effort_publisher.rs:23:10:
called `Result::unwrap()` on an `Err` value: Error("Address already in use (os error 48)")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The minimal examples fail on macOS with the following error after starting the second process of the publisher-subscriber pair:
This is presumably due to different behaviour on Linux and macOS (I have not tested on Linux myself yet but figured that these examples work there), as described here: https://stackoverflow.com/questions/51998042/macos-so-reuseaddr-so-reuseport-not-consistent-with-linux
The text was updated successfully, but these errors were encountered: