Closed SereneAnt closed 5 years ago
In ForkJoinPoolScheduler#schedule, requires finally block (line 45):
ForkJoinPoolScheduler#schedule
finally
mailbox.locked.set(false);
Otherwise, it can be skipped due to a runtime error, so a mailbox is locked forever.
Fixed in 1.1.0
In
ForkJoinPoolScheduler#schedule
, requiresfinally
block (line 45):Otherwise, it can be skipped due to a runtime error, so a mailbox is locked forever.