I have a problem with laravel-websocket. Can somebody help me. When I fire the event the socket does not catch it,
broadcast( new AppEventsNotificacionMessageWhatsapp(["mensaje"=> "mis mensajes son recibidos"]));
I am not very sure what it could be, since if I install laravel-websocket in another repository it works.
From the website I have no problem