mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-03 23:42:31 +02:00
0367b38770
The 300ms response silence timeout was too short for .msg commands - the prompt echo arrived quickly but the JSON with expected_ack could arrive after a gap > 300ms, causing retry to abort mid-sequence. - Add 1.5s minimum wait for .msg/.m commands in response monitor - Don't abort retry loop when ack parsing fails (message was still sent) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>