In #2349, we have made a small tweak to the actor_exited implementation of monitor attachables. Messages are now send without sender information (anonymous). However, it seems that this change broke serialization of down and exit messages if there is no strong reference left locally. That would mean that anon_send_exit has been broken for quite a while.
In #2349, we have made a small tweak to the
actor_exitedimplementation of monitor attachables. Messages are now send without sender information (anonymous). However, it seems that this change broke serialization of down and exit messages if there is no strong reference left locally. That would mean thatanon_send_exithas been broken for quite a while.