diff options
author | Valery Piashchynski <[email protected]> | 2021-12-23 21:07:45 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-23 21:07:45 +0300 |
commit | 9cbb6be27ca0bd56eaa6db9a875830a8ce6110e8 (patch) | |
tree | 2ca6f5623ace05f083ef96c3b890c7bb00a7d7ee /worker/worker.go | |
parent | 31112495808ae37f38f7b514de1f40b8b8a75238 (diff) | |
parent | 671fe2c81c4d1962e96b074f7ddead8dd07a0ea5 (diff) |
[#879]: feat(pool): add `Reset` methodv2.6.3
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 } |