fix never releasing lock
This commit is contained in:
parent
1163078328
commit
25b5294805
|
|
@ -451,7 +451,7 @@ class LocalChannelManager implements ChannelManager
|
|||
});
|
||||
|
||||
return Helpers::createFulfilledPromise(
|
||||
$this->lock()->release()
|
||||
$this->lock()->forceRelease()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue