aioamqp icon indicating copy to clipboard operation
aioamqp copied to clipboard

Check connection is open

Open ikrivosheev opened this issue 6 years ago • 4 comments

Sometimes, i see in logs error: type=<class 'AttributeError'>, error='NoneType' object has no attribute 'drain' after channel.basic_publish. It is vary hard for reproduce.

ikrivosheev avatar May 17 '19 14:05 ikrivosheev

which version of python are you using? maybe there's been a change in the standard library

RemiCardona avatar May 17 '19 20:05 RemiCardona

python 3.7. Issue is open in python bag-tracker. Update library to new version - does not help.

ikrivosheev avatar May 18 '19 13:05 ikrivosheev

You are planning to merge?

ikrivosheev avatar May 28 '19 10:05 ikrivosheev

Hello @ikrivosheev.

I'm not going to merge this:

  • until we know whats going on, if it's a disconnection handling problem, a specific python version bug
  • until commits does not explain what we're going to fix with a comment (inside the commit or so)
  • until we have some test reproducing the bug

dzen avatar May 28 '19 11:05 dzen