Prima Putra
Results
1
comments of
Prima Putra
It seems that you set `'auth' => true` in config/ratchet_client.php. If so, you must provide an authentication callback before running websocket. Add this on your controller index function ``` $this->ratchet_client->set_callback('auth',...