Commit 01a5021
fix: replace bounded publish() with beginPublish/endPublish in onProgress
mqttClient.publish() silently drops payloads over 192 bytes (256-byte
MQTT buffer minus 64 bytes of header/topic overhead). The onProgress
JSON with release_url, title, and all state fields exceeds that limit,
so the broker never receives percentage or title updates.
Closes #693
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7041458 commit 01a5021
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3724 | 3724 | | |
3725 | 3725 | | |
3726 | 3726 | | |
3727 | | - | |
3728 | | - | |
3729 | | - | |
| 3727 | + | |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
| 3731 | + | |
3730 | 3732 | | |
3731 | 3733 | | |
3732 | 3734 | | |
| |||
0 commit comments