Skip to content

Commit

Permalink
ShellCommand bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakserpom committed Mar 3, 2020
1 parent 005f10f commit 64e415d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PHPDaemon/Core/ShellCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public function setFd($fd, $bev = null)
return;
}
$this->bev->setWatermark(\Event::READ, $this->lowMark, $this->highMark);
$this->alive = true;

init:
if (!$this->inited) {
Expand Down

0 comments on commit 64e415d

Please sign in to comment.