mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
When we receive messages, we're provided with a message ID we can use to prevent handling an item multiple times. That doesn't prevent us from *sending* an item multiple times though. Thanks to the UID system, we can now not send if already present. Alternatively, we can remove the ordered message ID for just the UID, allowing duplicates to be sent without issue, and handled on the receiving end.
26 KiB
26 KiB