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

Make path construction no longer explicitly reference /LQ. #34

Merged
merged 1 commit into from
May 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Sources/ParseLiveQuery/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public class Client: NSObject {
fatalError("Server should be a valid URL.")
}
components.scheme = components.scheme == "https" ? "wss" : "ws"
components.path = "/LQ"

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