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 e38c408 commit c5c0051Copy full SHA for c5c0051
Source/SocketEngine.swift
@@ -64,7 +64,6 @@ public final class SocketEngine: NSObject, SocketEnginePollable, SocketEngineWeb
64
private typealias Probe = (msg: String, type: SocketEnginePacketType, data: [NSData])
65
private typealias ProbeWaitQueue = [Probe]
66
67
- private let allowedCharacterSet = NSCharacterSet(charactersInString: "!*'();:@&=+$,/?%#[]\" {}").invertedSet
68
private let logType = "SocketEngine"
69
private let url: NSURL
70
0 commit comments