class NewVdata implements ShouldBroadcast
{
use Dispatchable, InteractsWithSockets, SerializesModels;
public $VisitorData;
public function __construct($VisitorData)
{
$this->VisitorData = $VisitorData;
}
public function broadcastOn()
{
return new PrivateChannel('newVdata');
}
}
POST http://127.0.0.1:8000/broadcasting/auth 403 (Forbidden)Visitorsdata:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
i see this errors.
POST http://127.0.0.1:8000/broadcasting/auth 403 (Forbidden)Visitorsdata:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received