do not shutdown here

This commit is contained in:
saces 2026-02-13 15:18:48 +01:00
parent 3f2f150420
commit bd9172fcfb

View file

@ -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*)")