You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function _event($datas = null)
{
// Here you can do everyting you want, each time message is received
echo 'Hey ! I'm an EVENT callback' . PHP_EOL;
}
This event functions is not called in Websocket.php
Please guide me. I need messages in my controller on new message received
The text was updated successfully, but these errors were encountered:
public function _event($datas = null)
{
// Here you can do everyting you want, each time message is received
echo 'Hey ! I'm an EVENT callback' . PHP_EOL;
}
This event functions is not called in Websocket.php
Please guide me. I need messages in my controller on new message received
The text was updated successfully, but these errors were encountered: