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

don't try to connect twice when we get see-other-host. see #7179

parent 9cd45085
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,7 @@ class NonBlockingClient:
self.Dispatcher.ProcessNonBlocking(data)
if self.got_see_other_host:
log.info('got see-other-host')
self.onreceive(None)
self.on_stream_error_cb(self, self.got_see_other_host)
elif not self.got_features:
self._xmpp_connect_machine(
......
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