Hi Knut,

Can you please try the attached patch for congruity to see if it resolves the issue you reported?

Thanks,
Scott
diff --git a/congruity b/congruity
index 3c80206..f2b43a4 100755
--- a/congruity
+++ b/congruity
@@ -142,6 +142,9 @@ def worker_body_connect(
             cb_context
         )
         try:
+            if resources.connected:
+                libconcord.deinit_concord()
+                resources.SetConnected(False)
             libconcord.init_concord()
             resources.SetConnected(True)
             try:

Reply via email to