We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52df300 commit e4c1801Copy full SHA for e4c1801
worker.go
@@ -149,6 +149,7 @@ func drainWorkerThreads() []*phpThread {
149
ready.Add(len(worker.threads))
150
for _, thread := range worker.threads {
151
if !thread.state.requestSafeStateChange(stateRestarting) {
152
+ ready.Done()
153
// no state change allowed == thread is shutting down
154
// we'll proceed to restart all other threads anyways
155
continue
0 commit comments