Nick Foubert
Nick Foubert
I've been trying to figure out how to compare opaque values, and while trying out one iteration I've bumped into a bug. Reproducer: ``` package Bug is type Message is...
I believe the handling of DISCONNECT (at least for MQTT 5) isn't correct: https://github.com/eclipse/paho.mqtt.python/blob/d45de3737879cfe7a6acc361631fa5cb1ef584bb/src/paho/mqtt/client.py#L4021C1-L4022C1 I'm using paho as a test client and it doesn't seem to be correctly handling a...
I'm trying to sort out how I might process the elements of a sequence in the context of a session. I've tried a couple things but I'm stumped: 1. I...