Skip to content

Commit 430e98e

Browse files
committed
backOff is actually important
1 parent 65088dd commit 430e98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hxcoro/thread/FixedThreadPool.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ private class Worker {
230230
continue;
231231
}
232232
} else {
233+
BackOff.backOff();
233234
continue;
234235
}
235236
}

0 commit comments

Comments
 (0)