benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Components not killed when rabbit just closes transport. #57

Closed TarasLevelUp closed 9 years ago

TarasLevelUp commented 9 years ago

Seems like rabbitmq gracefully closes transport when going on shutdown without sending a ConnectionClose. Tested on standalone rabbitmq server 3.5.4. This means, that changes introduced in #54 are not exactly correct (my mistake, sorry). We will need to add some changes to monitor all cases:

TarasLevelUp commented 9 years ago

I think I can make a patch for this on the weekend. Will probably create a separate tests file purely for those cases.