Skip to content
Snippets Groups Projects
Commit ebb5c511 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix TB when we close pubsub window before we get the answer from the server. see #3103

parent 2c4f2896
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,5 @@ class ConnectionPubSub:
try:
cb, args, kwargs = self.__callbacks.pop(stanza.getID())
cb(conn, stanza, *args, **kwargs)
except KeyError:
except:
pass
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