happones / nativescript-laravel-echo

A nativescript plugin for laravel-echo
Apache License 2.0
10 stars 2 forks source link

Presence channel don't have a listen method #12

Open MateusSpadari opened 4 years ago

MateusSpadari commented 4 years ago

Hello, I am using your plugin and so far it has worked normally! I'm changing my methods to use the Presence Channel instead of the default Channel, but when I try using ECHO.JOIN (CHANNEL).LISTEN it displays the following error: PROPERTY 'LISTEN' DOES NOT EXIST ON TYPE PRESENCE CHANNEL.

Captura de Tela 2019-11-20 às 17 40 06
happones commented 4 years ago

I need update the definitions, fixing ...

MateusSpadari commented 4 years ago

hey @happones i have another question ! The echo presence channel is supposed to work normally on IOS ? because on Android works fine, but on IOS the LISTEN property won't work :/