You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have moved from version 1.6.1 to 1.6.3 and compiler is showing this Value of type 'PTPusherPrivateChannel' has no member 'bind'
When trying to bind to event with : channel = pusherClient.subscribe(toPrivateChannelNamed:"channel-name") channel?.bind(toEventNamed: "event-name", handleWith: { event in // Getting error in this line
Let me know how it can be fixed. The same code was working with 1.6.1.
Thanks.
The text was updated successfully, but these errors were encountered:
I have moved from version
1.6.1
to1.6.3
and compiler is showing thisValue of type 'PTPusherPrivateChannel' has no member 'bind'
When trying to bind to event with :
channel = pusherClient.subscribe(toPrivateChannelNamed:"channel-name")
channel?.bind(toEventNamed: "event-name", handleWith: { event in
// Getting error in this lineLet me know how it can be fixed. The same code was working with
1.6.1
.Thanks.
The text was updated successfully, but these errors were encountered: