Tim Dawborn
Tim Dawborn
I'm also desiring this functionality. The Xero API requires Basic Auth for the refresh token: https://developer.xero.com/documentation/oauth2/auth-flow#refresh . I'm currently having to work around auto-refresh not working by caching the token...
What is the current status of this? I spent the day trying to work out the current state of the union of Python library support for AMQP 1.0. Given that...
I forgot to add — the reason I'm looking at this is that Amazon's recently released [Amazon MQ](https://aws.amazon.com/amazon-mq/) (AWS-managed ActiveMQ) only speaks AMQP 1.0, so it's not currently possible (from...
Righteo, thanks for the status update. Yeah, I'm well aware of the 1.0 issue. If kombu was planning on supporting Qpid AMQP 1.0, it was clear that higher level concepts...
The second issue is caused by closing the connection from within `on_open` or `on_message` by calling `self.close()` (we had the same issue). It can be fixed by closing the connection...
@dependabot recreate
This has also been fixed in the unmerged pull-request #29.
I have the same issue but running on 64-bit Linux.
> As an example, in a codebase with about 800 unit tests, I found that about 20 of the unit tests were being silently ignored by JUnit 5 because of...