ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
394 stars 54 forks source link

Clean cli termination #39

Closed hackergrrl closed 3 years ago

hackergrrl commented 8 years ago

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.

gammazero commented 3 years ago

Fixed in #84