Mattis Marjak

Results 2 issues of Mattis Marjak

This does not break the external API, it only adds 2 new functions ```rust pub fn type_attribute_with_filter( &mut self, path: P, attribute: A, filter: F, ) -> &mut Self; where...

0.17.0 refactored Jetstream interface and I don't see how I can use `crossbeam_channel::Select` with `PushSubscription`. In previous versions, the `Consumer` contained an optional `Subscription`, that exposed `crossbeam_channel::Receiver` https://docs.rs/nats/0.16.0/nats/jetstream/struct.Consumer.html. `Receiver` was...