Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit e7de215

Browse files
committed
Made userDisconnected public, as it needs to be accessible outside of the framework.
1 parent 9a39262 commit e7de215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseLiveQuery/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class Client: NSObject {
2323
let clientKey: String?
2424

2525
var socket: SRWebSocket?
26-
var userDisconnected = false
26+
public var userDisconnected = false
2727

2828
// This allows us to easily plug in another request ID generation scheme, or more easily change the request id type
2929
// if needed (technically this could be a string).

0 commit comments

Comments
 (0)