You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore mailbox errors in GetState for HostMeshAgent
Summary:
If some actor owns some ActorMeshes, it will periodically send out a GetState message
to the HostMeshAgent and ProcMeshAgent. If that sender crashes while waiting for a reply,
it'll cause a MailboxSenderError on the agents.
We don't want those agents to stop because of such an error, as it just means nobody will
receive a reply.
GetRankStatus and GetState messages are read-only and have no side effects, so it's fine
to just warn on the MailboxSenderError, there is no invalid state left hanging around.
Differential Revision: D85720817
0 commit comments