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

Commit

Permalink
Merge pull request #696 from simonbuehler/master
Browse files Browse the repository at this point in the history
fix never releasing lock
  • Loading branch information
rennokki authored Feb 24, 2021
2 parents 1163078 + 25b5294 commit 980dc19
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 980dc19

Please sign in to comment.