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 536da3f commit 422727dCopy full SHA for 422727d
Sources/PusherClientOptions.swift
@@ -45,7 +45,6 @@ public enum AuthMethod {
45
self.attemptToReturnJSONObject = attemptToReturnJSONObject
46
self.autoReconnect = autoReconnect
47
self.host = host.stringValue
48
- self.port = port ?? (encrypted ? 443 : 80)
49
self.path = path
50
self.port = port ?? (useTLS ? 443 : 80)
51
self.useTLS = useTLS
0 commit comments