mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
meshcore _sync methods return dict (data) or None (error/timeout), not Event objects. hasattr(dict, 'payload') is always False, causing instant "timeout" errors. Changed to check `result is not None`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>