mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-12 09:44:50 +02:00
3f9b6e54c8
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>