don't continue testing next Ips when on work
This commit is contained in:
parent
21f66fcc47
commit
59c8eb05a3
|
@ -321,6 +321,7 @@ class NonBlockingClient:
|
|||
elif mode == 'RECEIVE_DOCUMENT_ATTRIBUTES':
|
||||
if data:
|
||||
self.Dispatcher.ProcessNonBlocking(data)
|
||||
self.ip_addresses = []
|
||||
if not hasattr(self, 'Dispatcher') or \
|
||||
self.Dispatcher.Stream._document_attrs is None:
|
||||
self._xmpp_connect_machine(
|
||||
|
|
Loading…
Reference in New Issue