Update other examples to use threaded mode for handlers that call disconnect()
This commit is contained in:
@@ -45,7 +45,7 @@ class PingTest(sleekxmpp.ClientXMPP):
|
||||
# and the XML streams are ready for use. We want to
|
||||
# listen for this event so that we we can initialize
|
||||
# our roster.
|
||||
self.add_event_handler("session_start", self.start)
|
||||
self.add_event_handler("session_start", self.start, threaded=True)
|
||||
|
||||
def start(self, event):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user