Loading
fix(proxy): restart the real service process instead of resetting its namespace
Sending %reset -f to the real service kernel only worked if the kernel was still healthy enough to execute code, a genuinely stuck/hung kernel couldn't be recovered this way at all.
Call Client().restart_service(service_name, method="partial") instead, the same mechanism the Task Manager's "Restart Process" button already uses.
Closes #393 (closed)