kinode-dao / kit

Development toolkit for Kinode OS
Apache License 2.0
13 stars 3 forks source link

bug: killing `kit s` with ^C does not stop package from uploading to node #264

Open 0x70b1a5 opened 4 days ago

0x70b1a5 commented 4 days ago

Describe the bug After cancelling a Start command, the package continues to upload until it is done. It doesn't appear to actually start the process, though.

To Reproduce Steps to reproduce the behavior:

  1. Get on a slow connection.
  2. Open a bandwidth monitor, eg nethogs.
  3. kit s to a remote node.
  4. Kill with ^C.
  5. Watch upload speed for ssh remain high until upload finishes.

Expected behavior Upload should be aborted.

Desktop (please complete the following information):

nick1udwig commented 4 days ago

Thanks for the issue, will look into it