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
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Currently the daemon doesn't shut down cleanly due to:
This is due to js-ipfs-spi being on the main process and we don't "reload" it when shutting down the daemon.
A good solution here would be to fix the issues directly in js-ipfs-api so that all state is per instance (and doesn't leak through like it does now).
The text was updated successfully, but these errors were encountered: