Pierre Fersing

Results 77 comments of Pierre Fersing

I reproduce your issue and this should either be fixed in code (preferred) or documented. I've updated the title, since starting the loop before work and the connection works (cf...

I think this issue is a duplicate of #789. Tests are known to fail from time to time on mqtt v5 test (which require paho.mqtt.testing). I think I've fixed them...

I can not reproduce. You need to provide detail if you want an answer.

That would have been a very good idea for 2.0 due to possible breaking change :/ I'm not sure we could do this without another breaking change and therefor wait...

> How about attempting to connect with MQTTv5 (with a fallback to MQTTv311) when CallbackAPIVersion.VERSION2 is used? This indeed seems a good idea. It still needed to check what to...

That's a nice issue... pretty obscure to find the cause if you never see such issue. tl; dr: we should no longer use select() Here is how to reproduce the...

> > This mostly means use the external loop a.k.a an ayncio (either with a third-party that wrap it, or directly - there is some example > > Can you...

I've hit possibly the same issue. With the same result, the "[Errno 2] No such file or directory: 'python'" tl; dr: I need to unset VIRTUAL_ENV In my case it...

I've also pushed a branch with some (failling) unittest showing the issue: https://github.com/PierreF/celery/tree/dst-unittest I didn't continued on a way to a fix because: * Since Europe may stop DST change...