diff options
Diffstat (limited to 'worker/worker.go')
-rwxr-xr-x | worker/worker.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/worker/worker.go b/worker/worker.go index 564d83c4..b2689c59 100755 --- a/worker/worker.go +++ b/worker/worker.go @@ -223,7 +223,6 @@ func (w *Process) Kill() error { return err } w.state.Set(StateStopped) - w.events.Unsubscribe(w.eventsID) return nil } |