This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
daemon leaves behind api file lock on error #229
Description
When the daemon hits an error on load like #228, it will leave around the ~/.ipfs/api
file lock.
go-ipfs
seems to be smart about detecting this and cleaning it up, but it will inhibit future invocations of the js-ipfs
daemon.