Devdutt Shenoi

Results 82 comments of Devdutt Shenoi

> Does that mean it's always harmful to wait before re-polling, even immediately after a disconnect event is returned? That wasn't the intention of the comment. We merely wanted to...

> Can you point me where in the MQTT standard it says the client must or must not implement a reconnect delay? There might be a misunderstanding here, I was...

Exploring the possibility of implementing this through a tracing layer, I was able to implement this library: https://github.com/de-sh/audit-layer

By any chance does the code with which you tested these scenarios use QoS 1+? Seems like the HashMap is saving space as it never gets utilized(which is the case...

I have read the CLA Document and I hereby sign the CLA

Decision on this front, we will move these changes to a specific profile `release-lto` that will be used during compilation for binary generation on GitHub release.

Thanks for the review, two more things I have been thinking about with respect to the interface are as follows: 1. Returning pkid instead of `()`. 2. Errors with more...

> checked this out and it works quite well, aside from a handful of issues: Thanks for pointing these out @cartertinney, will figure out how to solve this over the...

This was initiated by https://github.com/bytebeamio/rumqtt/pull/852#discussion_r1619065293, any inputs @swanandx? fixed by: https://github.com/bytebeamio/rumqtt/compare/split-connect?expand=1

Hi, been experimenting with the library and ran into the same issue. Has there been any progress made since `pest = "2.7.4"` that I might be missing out on, otherwise,...