Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Cleanly shut down daemon #193

Open
haadcode opened this issue Dec 2, 2016 · 0 comments
Open

Cleanly shut down daemon #193

haadcode opened this issue Dec 2, 2016 · 0 comments

Comments

@haadcode
Copy link
Member

haadcode commented Dec 2, 2016

Currently the daemon doesn't shut down cleanly due to:

  • Open object.get requests when killing the daemon
  • Open pubsub subscscriptions

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant