Fix synchronization issue on mailbox
Calling `reset_timeout_if_needed` *after* `mailbox().try_block()` can cause an actor to run in two threads at once.
Showing
Please register or sign in to comment
Calling `reset_timeout_if_needed` *after* `mailbox().try_block()` can cause an actor to run in two threads at once.