OlivierHecart

Results 17 comments of OlivierHecart

Regarding last comment, I think it would be even better to implement the publication cache with a callback subscriber rather than a flume subscriber. It would imply some mutex but...

What we have today are: 1. A configurable `scouting_delay` (default: 200ms) which goal is to make sure we discovered local peers before starting operating. 2. A build-time configurable `API_OPEN_SESSION_DELAY` (default:...

Failover brokering has been designed to forward data between peers that cannot directly connect with each other. But it is not able at this time to forward data between peers...

The cause of the failure is that `homebrew` on apple silicon by default installs binaries in `/opt/homebrew/bin` and libraries in `/opt/homebrew/lib` (Where `homebrew` on intel was installing in `/usr/local/bin` and...

Until we properly fix this. A quick workaround is to point `zenohd` to `/opt/homebrew/lib/`: ```bash zenohd --plugin-search-dir /opt/homebrew/lib ```

Hello @DrBwts ! 1. To activate logs you need to set the `RUST_LOG` environment variable: `set RUST_LOG=debug` 4. If the `z_pub`/`z_sub` examples do work with `-l`/`-e` options but not without...

Hello @fsteff! The example you provided has never been guaranteed to work. It always has been a race condition between the propagation of the queryable declaration to `session2` through the...