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 f7bf9d4 commit a28e924Copy full SHA for a28e924
SwiftIO/SocketIOClient.swift
@@ -55,7 +55,7 @@ public class SocketIOClient: NSObject {
55
public var secure:Bool {
56
return self._secure
57
}
58
- var sid:String?
+ public var sid:String?
59
60
public init(socketURL:String, opts:[String: AnyObject]? = nil) {
61
var mutURL = RegexMutable(socketURL)
0 commit comments