fix never releasing lock

This commit is contained in:
Simon Bühler 2021-02-23 11:26:10 +01:00
parent 1163078328
commit 25b5294805
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ class LocalChannelManager implements ChannelManager
});
return Helpers::createFulfilledPromise(
$this->lock()->release()
$this->lock()->forceRelease()
);
}