The user connect to the pusher but not subscribe to private channel and the data send with the event the private channel and cannot access to it.
Here is my event in Laravel: BlogCreatedEvent in Laravel
Here is my channel in Laravel: channel in channels.php
Here is my code to listen to this channel: listen code
Here is what I get in pusher debug console: pusher debug console
so as you can see I connected to the pusher but when I send event I cannot read the data in this event!! Anyone can explain that?