mirror of
https://github.com/danog/ipc.git
synced 2024-11-26 20:15:05 +01:00
Bugfix
This commit is contained in:
parent
5698d92fb3
commit
1eae1ea407
@ -162,8 +162,9 @@ class IpcServer
|
|||||||
Loop::cancel($this->watcher);
|
Loop::cancel($this->watcher);
|
||||||
|
|
||||||
if ($this->acceptor) {
|
if ($this->acceptor) {
|
||||||
$this->acceptor->resolve();
|
$acceptor = $this->acceptor;
|
||||||
$this->acceptor = null;
|
$this->acceptor = null;
|
||||||
|
$acceptor->resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->server) {
|
if ($this->server) {
|
||||||
|
Loading…
Reference in New Issue
Block a user