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
Fixes#1802
* Start by modifying channel creation program to try and reproduce the issue.
* Handle cancellation token edge case (immediately canceled) in connection and channel `CloseAsync`
* Better cancellation token handling in `CloseAsync`
* Add test to reproduce continuation timeout.
* Add code to take note of `OperationCanceledException` exceptions and indicate RPC errors.
* Use a queue of `ProtocolCommandId` values to keep track of RPC commands that have timed out.
Co-authored-by: Paulo Morgado <470455+paulomorgado@users.noreply.github.com>
0 commit comments