改名
This commit is contained in:
@@ -67,7 +67,7 @@ class OnReceive extends Callback
|
|||||||
*/
|
*/
|
||||||
public function onHandler(\Swoole\Server $server, $fd, $reactorId, $data)
|
public function onHandler(\Swoole\Server $server, $fd, $reactorId, $data)
|
||||||
{
|
{
|
||||||
var_dump(func_get_args());
|
var_dump($fd, $reactorId, $data);
|
||||||
try {
|
try {
|
||||||
$client = [$fd];
|
$client = [$fd];
|
||||||
if (empty($data = $this->unpack($data))) {
|
if (empty($data = $this->unpack($data))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user