Gavin M. Roy
Gavin M. Roy
AMQP 1.0 is a different beast all-together. You'd probably be better off making an aioamqp1 as a separate library given the foundational differences. It's not an evolution of the 0.x...
I do try and keep it up to date, and the goal was to strip down the behaviors, but I'll close this since it was more for me to maintain...
The error is because your code on line 332 is trying to start an already running Tornado IOLoop. Try commenting out line #332.
This looks like the same error from the Go SDK: https://serverfault.com/questions/973933/how-to-fix-nocredentialproviders-no-valid-providers-in-chain-deprecated
> However that octet function does not seem to like -1 🤷 I don't have time to find a better way to handle that right now but will keep this...
Thanks for this, will be making a fuller Github CI pipeline change in the near future, that will include a Docker image.
In the current state model, you would need to Ack or Nack the message before taking on another operation. IE it wants to finish what was started before starting a...
Looks like it's because it's run on windows. If you want to submit a PR, the fix is replacing the '/' directory separator with the value of `os.pathsep`.
Commit 13f8edfd5 may fix it, please give it a try and let me know.
Hmm, I could see adding that functionality for sure. I need to investigate what needs to change to support it. On my end, I use a service discovery system (consul)...