Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Status of paho-mqtt for python

I normally use ubuntu packages, but I wanted to make a PR for a feature I need.  To start work, I need to get a working 
source tree.  Is the master branch on github supposed to be usable?

I cloned the master branch of https://github.com/eclipse/paho.mqtt.python and the try using it
by installing with "pip3 install -e . " on my linux workstation.

It seems like master is both broken, and the last patch it got was at least a year ago... 

I run "make test"  result:
...
=============================================== 26 failed, 18 passed, 21 skipped, 8 warnings in 250.82s (0:04:10) ===============================================
make: *** [Makefile:35: test] Error 1

I try using it in my application, 
    self.reconnect()
  File "/home/peter/src/paho.mqtt.python/src/paho/mqtt/client.py", line 1045, in reconnect
    _on_pre_connect_ = self.on_pre_connect
  File "/home/peter/src/paho.mqtt.python/src/paho/mqtt/client.py", line 1863, in on_pre_connect
    return self._on_pre_connect
AttributeError: 'Client' object has no attribute '_on_pre_connect'. Did you mean: 'on_pre_connect'?

Does this make sense?  Should I be working from some other source?


On Wed, Sep 27, 2023 at 3:13 PM Nic Schrading via paho-dev <paho-dev@xxxxxxxxxxx> wrote:
Thank you for the update and sorry for the duplicate question. I just joined the mailing list so I hadn't seen that previous conversation. I understand and appreciate your time and effort!

If you get a chance to update people on GitHub asking about timelines on those tickets I'm sure it would be appreciated by the wider community. I agree with the sentiment that languishing PRs and lack of response on tickets gives the appearance that the project is dead and contributes to fewer volunteers working on the project.

I'll look forward to the release in October!

Have a great day,
Nic Schrading

On Wed, Sep 27, 2023, 12:11 AM Pierre Fersing <pierre.fersing@xxxxxxxxxxx> wrote:
Hello,

I'm one of the maintainer on this repository but lacking time to sort
all issues. As said in a previous email [1] I still have in my task to
make a release. I didn't saw that some important issues were fixed and
required release.

I'll do that release in October.

Regards,

Pierre

[1]: https://www.eclipse.org/lists/paho-dev/msg04740.html

Le 22/09/2023 à 21:21, Nic Schrading via paho-dev a écrit :
> Hello, I'm trying to determine if the paho-mqtt client for python is
> still supported?
>
> There are some high priority fixes for MQTTv5 in the 1.6.2 branch,
> e.g. the fix for this issue:
> https://github.com/eclipse/paho.mqtt.python/issues/696, but they have
> not yet been released to PyPI despite being merged at the beginning of
> the year.
>
> There are also some fixes in PRs that haven't yet been merged but
> would also be wonderful to fix for MQTTv5, e.g.
> https://github.com/eclipse/paho.mqtt.python/issues/715
>
> Does this project still have a maintainer? Is there an expected
> release date for the 1.6.2 branch?
>
> Thank you,
> Nic Schrading
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev

Back to the top