Stop disco_browser and pubsub_client examples once they are finished.
This commit is contained in:
parent
9fbacf377a
commit
349b05b9b7
2 changed files with 2 additions and 2 deletions
|
@ -162,4 +162,4 @@ if __name__ == '__main__':
|
|||
|
||||
# Connect to the XMPP server and start processing XMPP stanzas.
|
||||
xmpp.connect()
|
||||
xmpp.process()
|
||||
xmpp.process(forever=False)
|
||||
|
|
|
@ -171,4 +171,4 @@ if __name__ == '__main__':
|
|||
|
||||
# Connect to the XMPP server and start processing XMPP stanzas.
|
||||
xmpp.connect()
|
||||
xmpp.process()
|
||||
xmpp.process(forever=False)
|
||||
|
|
Loading…
Reference in a new issue