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 1af9173 commit 78c37e6Copy full SHA for 78c37e6
Sources/Models/PusherChannel.swift
@@ -27,8 +27,7 @@ open class PusherChannel: NSObject {
27
open var unsentEvents = [QueuedClientEvent]()
28
public let type: PusherChannelType
29
public var auth: PusherAuth?
30
-
31
- private let onSubscriptionCountChanged: ((Int) -> Void)?
+ public var onSubscriptionCountChanged: ((Int) -> Void)?
32
33
// Wrap accesses to the decryption key in a serial queue because it will be accessed from multiple threads
34
@nonobjc private var decryptionKeyQueue = DispatchQueue(label: "com.pusher.pusherswift-channel-decryption-key-\(UUID().uuidString)",
0 commit comments