Skip to content

Commit

Permalink
Merge branch 'main' into hiroshi/guard-track-counter
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Sep 6, 2024
2 parents 0a8c534 + 4d8f2f5 commit 8f3da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Support/AsyncCompleter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class AsyncCompleter<T>: Loggable {
// Create time-out block
let timeoutBlock = DispatchWorkItem { [weak self] in
guard let self else { return }
self.log("\(label) id: \(entryId) timed out")
self.log("\(self.label) id: \(entryId) timed out")
self._lock.sync {
if let entry = self._entries[entryId] {
entry.timeout()
Expand Down

0 comments on commit 8f3da0a

Please sign in to comment.