Devdutt Shenoi

Results 85 comments of Devdutt Shenoi

I too use Hugo 😃 But at the moment the issue is with how to build the docs to be a presentable entry-point into building with the hydraecosystem. Jekyll is...

Awesome Jasveen, please make a PR!

Hi @Archipel, this PR has more changes than what the title mentions. With regards to async and DRY, I feel the proper way to handle this would be to enable...

> ```rust >impl Future for Pkid { > type Output = u32; > fn poll(..) -> .. { > // if we recv something on -d_rx, return id > //...

> Could you elaborate on the usage pattern for the returned promises in a multi-message scenario? 1. We could do a lot of things here when considering async code, but...

Should this feature be feature gated to ensure we don't inadvertently make life worse for other users? I am not entirely sure how memory/cpu usage would increase, maybe a good...

> @de-sh Do we have a timeline for this inclusion? I need to be able to get pkid in order to wait for puback, in order to use this library....

Adding more thoughts on this: > Maybe it is a good idea to have this same mechanism return the error responses relating to the publish packet so that the client...

> (can the application track the id returned by the PkidPromise before the puback gets received) While there might be a theoretical possibility of the puback being received faster than...

Made some changes to the design, but basically the same concept, please review the POC presented in the following commit(with example), comments on this are welcome! https://github.com/bytebeamio/rumqtt/commit/b6a45b7713eebf8207abbff5a7588317fd27f7ab