Skip to content

Add /Process.Kill RPC endpoint and fix CLI IPv6/port bugs

Compare
Choose a tag to compare
@sfc-gh-jchacon sfc-gh-jchacon released this 02 May 19:45
· 315 commits to main since this release
c570010
Add kill to RPCs in process module (#103)

* Add kill to process to send signals to a given pid.

No support for wildcarding with negative pids/signals (too dangerous)

* Client side of kill

* Integration testing for kill.

shfmt also redid some lines