fix(core): take over agent, reuse callbacks
- Kill running agents before replace - Retry copy with backoff while locked - Reuse syscall callbacks at package scope - Add callback regression test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build !windows
|
||||
|
||||
package instance
|
||||
|
||||
func KillOtherAgents() error { return nil }
|
||||
Reference in New Issue
Block a user