Skip to content

Commit

Permalink
Update Daemon.php
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovsk committed Oct 8, 2015
1 parent aaa322e commit 1542b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function _decode($connectionId)
return $decodedData;
}

protected function onOpen($connectionId) {}
protected function onOpen($connectionId, $info) {}
protected function onClose($connectionId) {}
protected function onMessage($connectionId, $packet, $type) {}

Expand All @@ -235,4 +235,4 @@ protected function onServiceClose($data) {}
protected function onMasterMessage($data) {}

protected function onStart() {}
}
}

0 comments on commit 1542b6c

Please sign in to comment.