mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-25 23:53:44 +00:00
The Go staging packets page wasn't live-updating because the deployed binary was stale (built before the #162 fix). Rebuilding from current source fixed the issue — broadcasts now fire correctly. Added two permanent diagnostic log lines: - [poller] IngestNewFromDB: logs when new transmissions are found - [broadcast] sending N packets to M clients: logs each broadcast batch These log lines make it easy to verify the broadcast pipeline is working and would have caught this stale-deployment issue immediately. Verified on VM: WS clients receive packets with nested 'packet' field, all Go tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>