diff --git a/Source/SocketEnginePollable.swift b/Source/SocketEnginePollable.swift index 9d84c55..354ed7d 100644 --- a/Source/SocketEnginePollable.swift +++ b/Source/SocketEnginePollable.swift @@ -100,7 +100,7 @@ extension SocketEnginePollable { } func doRequest(req: NSURLRequest, withCallback callback: (NSData?, NSURLResponse?, NSError?) -> Void) { - if !polling || closed || invalidated { + if !polling || closed || invalidated || fastUpgrade { DefaultSocketLogger.Logger.error("Tried to do polling request when not supposed to", type: "SocketEnginePolling") return }