zakgof / actr

Simple, fast and typesafe Java actor model implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow: a mailbox can get locked forever

SereneAnt opened this issue · comments

commented

In ForkJoinPoolScheduler#schedule, requires finally block (line 45):

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