Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(qe): don't crash in rpc thread if request future was dropped (#4276
) Don't crash in the RPC thread in external process executor if the receiver side of the oneshot channel was already dropped from the other side. This may happen if the request future is dropped without polling it to completion after the point in time where a `MethodCall` is already sent over `task_handle` MPSC channel.
- Loading branch information