namiwang / actioncable_dart

actioncable client in dart, for pure dart or flutter project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not receiving incoming message from action cable

lethunder opened this issue · comments

hello guys,

i'm able to subsribe to channel, unsubscribe and send message. But it never trigger onMessage method. The message is created on server side. Log shows that the message is brodcasted but nothing receiving in onMessage method.

Any idea?

Thanks in advance