Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a simple duplication prevention mechanism
On conduwuit at least, the sync() calls may sometimes trigger duplicate events, resulting in duplcated commands. This simple addition just records which event IDs are seen, adds them to a dequeue, and refuses to process duplicated ones.
- Loading branch information