mosquito / aiormq

Pure python AMQP 0.9.1 asynchronous client library
Other
259 stars 56 forks source link

aiorun closing issue #118

Open michal800106 opened 2 years ago

michal800106 commented 2 years ago

Hello, after bumping version of aiormq on our application we run into problem with shutting down. An aiorun has a graceful closing of pending tasks and it is waiting all are not closed. When some exception occurs we expect that application closes. Now sometimes we got a zombie program, because aiorun is waiting to close a heartbeat task.

michal800106 commented 2 years ago

version affected is 5.2.2 we bumped from 4.2.1 which was working without that issue. Error is not received with every run. It's randomized.

mosquito commented 2 years ago

Please provide minimal code example