diff --git a/src/common/zeroconf/client_zeroconf.py b/src/common/zeroconf/client_zeroconf.py
index 7d28a5336de790f3ad5b84aaf3d9549db4e06231..9f910807ee875e2942e810542d7ecc66ef9707f8 100644
--- a/src/common/zeroconf/client_zeroconf.py
+++ b/src/common/zeroconf/client_zeroconf.py
@@ -697,6 +697,7 @@ class ClientZeroconf:
 			if conn.add_stanza(stanza, is_message):
 				if on_ok:
 					on_ok(id_)
+				return
 
 		if item['address'] in self.ip_to_hash:
 			hash_ = self.ip_to_hash[item['address']]
@@ -708,6 +709,7 @@ class ClientZeroconf:
 				if conn.add_stanza(stanza, is_message):
 					if on_ok:
 						on_ok(id_)
+					return
 
 		# otherwise open new connection
 		if not stanza.getID():