diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-10 01:01:32 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-10 01:01:32 +0000 |
| commit | 9369a2885f5a3f9e38c0a3f9fa3af6260513c8e4 (patch) | |
| tree | 86410707ced8d7c1b13a82916fe144311fc45899 /src/purgatory/sync | |
| parent | e6c4524dd1c15ea6d948c8c5630a9e9de392d989 (diff) | |
fix: downgrade EOSE unknown subscription warning to trace
Live subscriptions (limit:0, no auto-close) are not tracked in
PendingBatch because they stay open indefinitely for new events.
When they receive EOSE (immediately, since no historic events),
handle_eose can't find them in outstanding_subs.
This is expected behavior, not an error. Changed log level from
warn to trace to reduce noise.
Observed in production logs: sync_live() subscriptions with limit:0
complete immediately and trigger this path.
Issue: work/active-issues/eose-unknown-subscription.md
Diffstat (limited to 'src/purgatory/sync')
0 files changed, 0 insertions, 0 deletions