RNHostovich

Results 1 comments of RNHostovich

Hello, @goranculibrk, @ricardogobbosouza. It seems that issues in chained methods. You can't subscribe by using `.listen()` only by `.on()`. Working example (*pkg version 1.1.0 and laravel-echo 1.6.0*) ``` this.$echo.channel('ch').on('ev', (e)...