ipfs/ipget

Clean cli termination

Closed this issue · 1 comments

Right now sending SIGTERM or SIGINT to ipget results in the process being exited immediately, with no clean up. We should have fallback-ipfs-shell's API methods accept a Context that lets us cancel the shell(s) at the ipget level once a termination signal is encountered.

Fixed in #84