This commit is contained in:
as2252258@163.com
2021-07-11 04:52:28 +08:00
parent bd1a34985b
commit b30abb50d5
3 changed files with 1 additions and 5 deletions
-3
View File
@@ -33,9 +33,6 @@ class Websocket extends HAWebsocket
*/
public function onBaseListener()
{
$this->on('connect', function () {
});
$this->on('handshake', $this->createHandler('handshake'));
$this->on('message', $this->createHandler('message'));
$this->on('close', $this->createHandler('close'));