We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c37e6 commit f66bf2fCopy full SHA for f66bf2f
Sources/Models/PusherChannel.swift
@@ -27,7 +27,7 @@ open class PusherChannel: NSObject {
27
open var unsentEvents = [QueuedClientEvent]()
28
public let type: PusherChannelType
29
public var auth: PusherAuth?
30
- public var onSubscriptionCountChanged: ((Int) -> Void)?
+ open var onSubscriptionCountChanged: ((Int) -> Void)?
31
32
// Wrap accesses to the decryption key in a serial queue because it will be accessed from multiple threads
33
@nonobjc private var decryptionKeyQueue = DispatchQueue(label: "com.pusher.pusherswift-channel-decryption-key-\(UUID().uuidString)",
0 commit comments