Addon Manager: Correct connection check
The connection check code incorrectly handled the case of multiple incoming connections, interpreting them all as connection check signals.
This commit is contained in:
@@ -85,7 +85,7 @@ class ConnectionChecker(QtCore.QThread):
|
||||
else:
|
||||
FreeCAD.Console.PrintWarning(f"No data received: status returned was {status}\n")
|
||||
self.data = None
|
||||
self.done = True
|
||||
self.done = True
|
||||
|
||||
def disconnect_network_manager(self):
|
||||
NetworkManager.AM_NETWORK_MANAGER.completed.disconnect(self.connection_data_received)
|
||||
|
||||
Reference in New Issue
Block a user