Akos Vandra-Meyer

Results 149 comments of Akos Vandra-Meyer

@willneumob sorry, no idea, that was two months ago. I moved over to the old community plugin.

It's true that it's definately not something all transports can support. I'm using tarpc over MQTT which is message-based, so continuing the stream with the next message is not a...

But even in case of the serde-binpack, we could basically wrap it in a codec that would prefix the data with the length, and suffix it with a checksum, thus...

Hmmm. It seems to me that delayqueue could be replaced by a bunch of ::spawn async { sleep(duration).await; do_thing.await }. Rescheduling is a bit tricky, but I'd say not impossible....

Yes, basically that is what I am asking, "wrapping" the packet can be done to include the response topic and the correlation data information, and on the other side the...

This is an explanation of the request response flow in mqtt v5. The correlation id has roughly the same purpose as the message id, the response topic doesnt have an...

http://www.steves-internet-guide.com/mqttv5-request-response/