modify
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user