Duplicate events on SSE reconnect #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently same events are added again into event list when SSE connection is established again
Easiest option here might be just clearing the list of events whenever reconnect happens.
Mongo watch also has support for resume token that might be more optimal solution