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