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
"this MutexGuard is held across an 'await' point. Consider using an async-aware Mutex type or ensuring the MutexGuard is dropped before calling await.",
82
-
ty_cause.scope_span.unwrap_or(span),
82
+
ty_cause.scope_span.or(Some(span)),
83
83
"these are all the await points this lock is held through",
0 commit comments