Devdutt Shenoi

Results 34 issues of Devdutt Shenoi

## Type of change Implement `Token`s that resolve on completing the handling of a request within the `EventLoop` ## Checklist: - [x] Formatted with `cargo fmt` - [ ] Make...

Solves #805 ## Type of change New feature, that notifies the requester when their `publish`(QoS 1/2)/`subscribe`/`unsubscribe` request are acknowledged by the broker. **BREAKING:** [`pending`](https://github.com/bytebeamio/rumqtt/pull/916#discussion_r1783221572) definition changes from `VecDeque` to `VecDeque`....

Improves code from #916 ## Type of change ## Checklist: - [ ] Formatted with `cargo fmt` - [ ] Make an entry to `CHANGELOG.md` if it's relevant to the...

Fixes #224 . ### Description Optimize release builds without impacting compile times. The alternatives include: - Full/Fat LTO - More codegen-units With single codegen-unit we make the compilation a bit...