act_runner/internal
silverwind 39cef65b52
fix: hold closedM for both ReportLog and ReportState in RunDaemon
After Close() sets r.closed, the daemon should make zero network calls.
Move ReportLog(false) under the same closedM guard as ReportState() so
the daemon skips both when closed. This also simplifies RunDaemon by
using a single lock/unlock pair.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 03:13:55 +01:00
..
app chore(deps): update act to v0.261.8 (#791) 2026-02-18 05:37:21 +00:00
pkg fix: hold closedM for both ReportLog and ReportState in RunDaemon 2026-02-19 03:13:55 +01:00