Joseph Perez

Results 86 issues of Joseph Perez

Background subscribers have their lifetime bound to the session one. They are undeclared when the session is closed, not when they are dropped. This is a quick feature proposal I've...

The default behavior of version 0.1 is to release the GIL while polling futures/stream. However, I'm not sure that it is the best thing to do. In fact, if you...

Currently, `QueryResult` deserialization deserialize all rows eagerly, and does a lot of allocations: - a vector for all rows; - for each row, a vector for all columns; - for...

duplicate
enhancement
performance
deserialization

### Describe the release item There is no current way to have a `EntityGlobalId` corresponding to a `Session`, so it's not possible to have a `SourceInfo` corresponding to a `Session`....

api fix

### Describe the feature `zenoh::publisher` was previously named `zenoh::publication`, but was renamed to be aligned with `subscriber` (`query` module is still not aligned btw). However, maybe we should reverse this...

new feature

@milyin If I remember correctly, we already talked about doing this renaming. Here is the PR. @Mallets

`EnvFilter::try_new` documentation is clearly missleading. However, the documentation is aligned with `EnvFilter::new` behavior (and documentation). So I assume the fix must be to align `EnvFilter::try_new` code with its documentation, and...