From 4c666b9760fe786067af0fb787af66735d9180be Mon Sep 17 00:00:00 2001 From: Pablo Roca Date: Thu, 28 Aug 2014 11:47:30 +0100 Subject: [PATCH] [+] removed Static Analyzer 'value is never read' warning --- SignalR.Client/Transports/SRLongPollingTransport.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SignalR.Client/Transports/SRLongPollingTransport.m b/SignalR.Client/Transports/SRLongPollingTransport.m index 20b4b79c..f2124eda 100644 --- a/SignalR.Client/Transports/SRLongPollingTransport.m +++ b/SignalR.Client/Transports/SRLongPollingTransport.m @@ -190,7 +190,6 @@ - (void)delayConnectionReconnect:(id)connection canReconn - (void)connectionReconnect:(id)connection canReconnect:(NSNumber *)canReconnect { if ([canReconnect boolValue]) { - canReconnect = @(NO); // Mark the connection as connected if ([connection changeState:reconnecting toState:connected]) { [connection didReconnect];