Fix race in spawning function-based actors
spawn_fwd did not forward pointers to actors correctly as instances of actor, resulting in a possible race, i.e., the reference count could drop to zero before the function-based actor was initialized.
Showing
Please register or sign in to comment