From c43daee07d45a72b0e050df7a564ccb8cd9e3cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 25 Dec 2019 03:29:05 +0100 Subject: [PATCH] #40 attempt to fix --- coolamqp/attaches/channeler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coolamqp/attaches/channeler.py b/coolamqp/attaches/channeler.py index 87f7339..64363f1 100644 --- a/coolamqp/attaches/channeler.py +++ b/coolamqp/attaches/channeler.py @@ -127,6 +127,8 @@ class Channeler(Attache): Be prepared! """ + super(Channeler, self).on_close(payload=payload) + if self.connection is None: # teardown already done return -- GitLab