Pierre Fersing

Results 71 comments of Pierre Fersing

@fuomag9 I don't understand the way you use Python classes, this seems a wrong usage of Python to me. Could you open another issue with a justification on why paho...

#831 already do some step to reduce the breaking changes. On your suggestion, I do have few remark: * since the callback signature detection might not be able to known...

Hello, thanks for your contribution. For a contribution to be merged, you will need to sign the Eclipse ECA for your contribution to be merged. (https://accounts.eclipse.org/user/eca) That being said, if...

Thank for your patience. I do have fear that your solution will introduce new bugs, mostly because the thread will still be running with `self._thread == None`. This might break...

Recent PRs & commit modernized code base. We dropped support for Python < 3.7. Asyncio is unchanged, and will probably be out-of-scope for next release. Some changes includes: * Update...

I believe this will no longer be needed with 2.0 version that is arriving soon (a pre-release is already available). With the newer version, when using the CallbackAPI version 2,...

Closing as I believe the issue is fixed with latest release. Feel free to re-open if you still have an issue.

It's wanted to have tls=None for the default. That the means not using TLS but clear-text which is the default and a supported behavior. Your third client "hanging" is actually...

This the aim of #804 which already merge README & docstring using Sphinx documentation. I'll see what to do with https://eclipse.dev/paho (for the Python part) website.

MQTTv5 test aren't optimal in current form. They are very slow (I've quickly looked and didn't find a way to make them run faster easily). Yes doing test using a...