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

Commit 76bcc6c

Browse files
Make path construction no longer explicitly reference /LQ. (#34)
This hasn't been necessary for a long time with LiveQuery, and should allow this to operate properly behind a reverse proxy or other scenarios where precise path matters. Fixes #33.
1 parent ffed63f commit 76bcc6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ParseLiveQuery/Client.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public class Client: NSObject {
5151
fatalError("Server should be a valid URL.")
5252
}
5353
components.scheme = components.scheme == "https" ? "wss" : "ws"
54-
components.path = "/LQ"
5554

5655
// Simple incrementing generator - can't use ++, that operator is deprecated!
5756
var currentRequestId = 0

0 commit comments

Comments
 (0)