This commit is contained in:
as2252258@163.com
2021-07-11 04:27:56 +08:00
parent f09624f769
commit d2d93054c8
+2
View File
@@ -31,6 +31,8 @@ class Websocket extends HAWebsocket
$this->on('handshake', $this->createHandler('handshake'));
$this->on('message', $this->createHandler('message'));
$this->on('close', $this->createHandler('close'));
var_dump($this->getCallback('close'));
}
}