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
Previously, whenever the AC code observed the context cancellation, it
reported it as "deadline expiring". This can be confusing when the
cancellation is caused by the caller explicitly canceling the context,
without using the deadline option of the context. This commit clarifies
the error as well as logging event when the context doesn't have the
deadline set.
Release note: None
0 commit comments