mv-python

Results 197 comments of mv-python

@sschiessl-bcp thank you for your issue. I have few notes connected to this issue: 1. `default_channel` property has special semantics different from `connect()` and `channel()` methods - it blocks until...

Let me have a look on the issue. I will get back asap when I find something.

I checked the backends and they seemed to be destroyed properly (`__del__` method was called) but I still was not able to find why the connections were not closed. I...

OK I have checked more deep the issue using master branch of celery and here are my findings: ## Running the reproducer over flask develop server As mentioned by @bright2227...

I will have a look on it in next few days but I am not promising anything ;-)

@stitch I have checked your example but I was not able to get your results. I have installed clean environment using your requirements but the reproducer is not 100% accurate:...

Thank you @blueyed for your bug report. Unfortunately, I cannot understand what break in `__repr__` from your report. I don't see anything regarding __repr__ in your traceback. Could you be...

Me personally, I prefer to have final fix. this PR is honestly just dirty fix which can lead to other hidden problems.

Another improvement can be to ensure that after connection is closed - after calling `Connection.collect()` method - drain_events loop is immediately ended: https://github.com/celery/py-amqp/blob/0e793de205e447d57214b32ea121ff2078c2819d/amqp/connection.py#L498-L501