Skip to content
Snippets Groups Projects
Commit af89a83f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

#40 attempt to fix

parent 3b8f56ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment