Devdutt Shenoi

Results 24 issues of Devdutt Shenoi

Hi, I had recently run through your project and decided to check it with a static analyzer and found some interesting and concerning issues related to performance, bugs and security...

Going through the repo I couldn't find an algorithm implemented for selection sort in python. I have created a pull request for the same.

difficulty/low
hacktoberfest
type/algo
lang/Python

Fixes #XXXX. ### Description Adds code to manage time periods within which the alert rule is valid. Possible loopholes: The current behavior only considers first event only for setting `period_end`,...

Closes #463 Doesn't yet support user properties, and or topic aliasing ### Tests performed - Ran `examples/asyncpubsub_v5` against mosquitto broker, connection successful over v5 protocol: ``` 1664084176: New client connected...

In the v5 module, we have significantly modified the architecture to solve a certain few problems, we believe this process has bred a new set of problems. Now we seek...

> ... [when client disconnect](https://github.com/bytebeamio/rumqtt/blob/main/rumqttc/src/v5/client/asyncclient.rs#L49), can the next connection be connected at a certain interval. - @jm-observer Continued from #459

The documentation is maintained in a manner that is un-structured. Building a UI that helps structure the documentation as well as using a better generator for the same can help...

Fixes #349, implements #805 ## Type of change New feature (non-breaking change which adds functionality) Allows user access to pkid information once it is assigned by rumqttc internals during run....

### Changes - Create custom `NetworkError` type - Move `readb` from `Network` into `MqttState` - Move timeouts into `Network::flush()` - Reorganize imports

stale

This is the RFC for API changes in `publish` / `subscribe` / `unsubscribe` in rumqttc to resolve #349. Feel free to comment and provide feedback, thanks! ## Example in the...