EDDN icon indicating copy to clipboard operation
EDDN copied to clipboard

Relay: Add logging of when a duplicate is dropped

Open Athanasius opened this issue 2 years ago • 0 comments

I only just discovered that https://github.com/EDCD/EDDN/blob/be7fcc2c057c7bf1edfa3b654b93f47b662cfc86/src/eddn/core/DuplicateMessages.py#L67 causes 'chaining' of duplicates such that, if someone sent a relevant message often enough, another message might never come out of the Relay.

So, when checking "why didn't my message make it through?" let's add some Relay logging so it can be quickly checked. It'll be less spammy than the current 'something for every message' Gateway logging.

Athanasius avatar Nov 30 '22 20:11 Athanasius