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

Commit

Permalink
fix never releasing lock
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbuehler committed Feb 23, 2021
1 parent 1163078 commit 25b5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChannelManagers/LocalChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public function removeObsoleteConnections(): PromiseInterface
});

return Helpers::createFulfilledPromise(
$this->lock()->release()
$this->lock()->forceRelease()
);
}

Expand Down

0 comments on commit 25b5294

Please sign in to comment.