diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 23:41:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 23:41:55 +0000 |
| commit | 215d4d51310545a7be95582e14cc28a7958ad6e3 (patch) | |
| tree | fa195b6195383618565991880841c58ad5a6baab /src/git/protocol.rs | |
| parent | 5c68d55b59cc7e59f2a618926059ac3f405876d0 (diff) | |
fix: downgrade duplicate EOSE log to trace level
EOSE messages can arrive after batch completion due to:
1. Late/duplicate EOSE from relay (e.g., live_sync REQ subscriptions)
2. Race condition between batch confirmation and EOSE arrival
3. EOSE during intentional disconnect cleanup
Since this is expected behavior, downgrade from debug to trace level
to reduce log noise. Added detailed code comment explaining the
scenarios and suggesting how to investigate if needed (tracking
recently-completed subscription IDs).
Resolves issue where duplicate EOSE from live_sync subscriptions
appeared as confusing 'unknown relay' debug messages.
Diffstat (limited to 'src/git/protocol.rs')
0 files changed, 0 insertions, 0 deletions