Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clear events when streaming starts (#3266)
See #3260 We can get some console connection errors in our deployed environment which causes streaming to get restarted. However, it seems like we don't clear the cache when this happens so duplicate events get returned from our streaming hooks. This change should ensure the events are cleared anytime we restart the stream.
- Loading branch information