Felix Obenhuber

Results 63 comments of Felix Obenhuber

> So basically something like [libsquashfs](https://packages.debian.org/bullseye/libsquashfs1), which [has a C API](https://infraroot.at/projects/squashfs-tools-ng/doxydoc/index.html)? Exactly. We tried to use `squashfs-tools-ng` but experienced various problems compared to the images created with the "old" `mksquashfs`....

> @utam0k This seems really useful! I'm under the impression that youki forks itself twice current, once to essentially create the namespace and another to act as the init process...

If I remember correctly the 'in flight' feature is only for publishers. The broker doesn't know about a 'in flight' setting of a subscriber. Otherwise the `Connect` or `Subscribe` packet...

No, but I used both. In theory this should be a `Actor` implementation with a `rumqtt::MqttClient` that implements `Handler` for publishes. The notifications need to be received in a dedicated...

@stanmueller Sounds reasonable to me. This `AckInfo` would contain a `oneshot::Sender`. Another thing that comes to my mind is a ordinary `Stream` instead of the crossbeam channel - but this...

> @flxo Unfortunately mqtt 5 work hasn't started yet as we've prioritized other stuff. Serialization and deserialization is done though. A lot of work is happening in private repos as...

The feature that is most used in our scenario are user properties and auth.

Looks like `.flatten()` hit [stable](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.flatten) with 1.29.

Zipped bugreuports are Android 7 and below? Not sure if it's worth the effort.

Is there somewhere a definition of the "boot format"?