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.