
Change a counter (s_next_delayed_call_id) in Worker from class static to class member to avoid race conditions on the variable.
Change a counter (s_next_delayed_call_id) in Worker from class static to class member to avoid race conditions on the variable.