You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project.close() should close all storage and remove event listeners so that everything can be garbage collected, and another project instance can be created without trying to access / write to the same resources.
Tasks
close multi-core-indexers
remove listeners on multi-core-indexers (in DataType)
close indexer storage
close hypercores
close hypercore storage
close project database
figure out if anything else needs to be closed
The text was updated successfully, but these errors were encountered:
Description
project.close()
should close all storage and remove event listeners so that everything can be garbage collected, and another project instance can be created without trying to access / write to the same resources.Tasks
The text was updated successfully, but these errors were encountered: