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
Address out of order cancellation for both in-memory and gRPC mailbox.
Handle gRPC sending mailbox cancellation when stream is created but no message has been sent (I think there's a case where only onCompleted is called and onNext is never called).
Handle gRPC sending mailbox cancellation when stream is never created so the receiver never gets any notification. A fix for this was added in [multistage] Handle Stream Cancellations for Unstarted Streams #10425 but we should discuss this in the design doc and see whether that solution needs to be improved.
I recently raised a few PRs to fix a bunch of stability issues in the multistage engine.
There are still some issues pending though. Using this issue to track them.
The text was updated successfully, but these errors were encountered: