danielrhodes / Swift-ActionCableClient

ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roomChannel.onSubscribed method doesn't work.

ikyh opened this issue · comments

commented

Hello..!! @danielrhodes. After successful connection, when I try to subscribe to a channel, onSubscribed method is not called. Please fix this issue and provide a sample code.