digidem / comapeo-core

A local-first library for collaborating on mapping projects
MIT License
8 stars 1 forks source link

fix: memory leak in `DataStore` #950

Closed EvanHahn closed 3 weeks ago

EvanHahn commented 3 weeks ago

We have a set of promises waiting to be indexed, and we never removed these promises from the set. This fixes that memory leak.

EvanHahn commented 3 weeks ago

Moved in af184f27f8eb186f0053b1ca6d6cbe593cd9c0fa. I'll land if CI passes.