Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: memory leak in
DataStore
(#950)
We have a set of promises waiting to be indexed, and we never removed these promises from the set. This fixes that memory leak.
- Loading branch information