Jack Morrison
Jack Morrison
### Describe the bug zenohd on v0.10.1-rc crashed due to a panic when unwrapping a None value in `plugins/zenoh-plugin-storage-manager/src/replica/digest.rs:296` ### To reproduce Only saw this once, so not sure exactly...
The soundness fixes of https://github.com/tov/libffi-rs/pull/27 are great, but now I don't see an obvious means of passing the `FnPtrX` struct across a C API as an `extern "C" fn` pointer...
### Describe the bug ``` 2024-02-26 13:59:43.860 zenohd thread 'async-std/runtime' panicked at plugins/zenoh-plugin-storage-manager/src/replica/digest.rs:296:58: 2024-02-26 13:59:43.860 zenohd called `Option::unwrap()` on a `None` value 2024-02-26 13:59:43.860 zenohd note: run with `RUST_BACKTRACE=1` environment...
### Describe the bug I observed the Acceptor runtime thread hanging on the drop of the `LinkUnicastTcp` then the drop of `TcpStream` inside of it. With the linger parameter set...
### Describe the bug Under heavy load if a queryable using the `DefaultHandler` gets too far behind, eventually the `flume` bounded queue will fill up and when it does the...
### Describe the bug The runtime can get blocked due to multiple workers waiting on a `std::sync::Mutex` while one of them does a blocking `flume::recv`. Eventually all workers are stalled...
Hey hey! Finally getting a chance to use the project and love it. I was curious if there's been any discussion of "natively" interacting with ROS2 over Zenoh now that...
Hi there! Excited about the potential for this crate but struggling a bit to puzzle through returning more complex data than strings in the VTab interface. Is there an example...
Resolves: # 2593 Change-type: patch --- Handles possible error from fs.stat and ignores broken symlinks when checking for directories in ignore.ts.