Merge pull request #696 from simonbuehler/master

fix never releasing lock
This commit is contained in:
rennokki 2021-02-24 21:56:07 +02:00 committed by GitHub
commit 980dc19625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
);
}