mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-25 20:41:25 +02:00
7a44d3b95d
The _on_ack handler cancels the retry task before _retry() can store delivery info (attempt count, path). Fix by maintaining a _retry_context dict updated before each send. _on_ack reads context and stores delivery info + emits dm_delivered_info BEFORE cancelling the task. Same fix applied to PATH_UPDATE backup delivery handler. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>