kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

Ping Pong #56

Open mimoislam opened 2 years ago

mimoislam commented 2 years ago

laravel_echo: ^0.2.9 there is problem with ping and pong the send of ping is not sending any data example {"event":"pusher:pong"} but Laravel need this . {"event":"pusher:ping","data":{}}

please fix the problem