We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff57bcc commit 46c8adcCopy full SHA for 46c8adc
Sources/OpenTelemetryApi/Context/ActivityContextManager.swift
@@ -74,11 +74,11 @@ class ActivityContextManager: ContextManager {
74
if contextMap[activityIdent]?.isEmpty ?? false {
75
contextMap[activityIdent] = nil
76
}
77
- rlock.unlock()
78
if let scope = objectScope.object(forKey: value) {
79
var scope = scope.scope
80
os_activity_scope_leave(&scope)
81
objectScope.removeObject(forKey: value)
82
+ rlock.unlock()
83
84
0 commit comments