Closed BYK closed 1 month ago
We delayed adding an event id to the 'seen' list until we tried to get more context about it, which is an async operation. This causes a race condition where the event was sent multiple times in rapid sucession to show the same event twice.
Fixes #526.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
We delayed adding an event id to the 'seen' list until we tried to get more context about it, which is an async operation. This causes a race condition where the event was sent multiple times in rapid sucession to show the same event twice.
Fixes #526.