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
Everywhere we use context.WithTimeout which always returns context deadline exceeded as an error, which is not informative. The context.WithTimeoutCause, on the other hand, allows users to pass the exact error cause. This way, one can always find which timeout was triggered.