Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle broken mem chan on
Actor._push_result()
When backpressure is used and a feeder mem chan breaks during msg delivery (usually because the IPC allocating task already terminated) instead of raising we simply warn as we do for the non-backpressure case. Also, add a proper `Actor.is_arbiter` test inside `._invoke()` to avoid doing an arbiter-registry lookup if the current actor **is** the registrar.
- Loading branch information