Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 980dc19

Browse files
authored
Merge pull request #696 from simonbuehler/master
fix never releasing lock
2 parents 1163078 + 25b5294 commit 980dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChannelManagers/LocalChannelManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public function removeObsoleteConnections(): PromiseInterface
451451
});
452452

453453
return Helpers::createFulfilledPromise(
454-
$this->lock()->release()
454+
$this->lock()->forceRelease()
455455
);
456456
}
457457

0 commit comments

Comments
 (0)