From bd9172fcfb098b22507f05b1823db2c93c2b1080 Mon Sep 17 00:00:00 2001 From: saces Date: Fri, 13 Feb 2026 15:18:48 +0100 Subject: [PATCH] do not shutdown here --- smal/src/smal/pygomx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/smal/src/smal/pygomx.py b/smal/src/smal/pygomx.py index 32b67a1..aa87d8d 100644 --- a/smal/src/smal/pygomx.py +++ b/smal/src/smal/pygomx.py @@ -94,7 +94,6 @@ class _MXClient: self.on_message(msg) else: logger.warn(f"got message but on_message not declared: {msg}") - self._stopsync() @ffi.callback("void(char*, void*)")