Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SignalR.Client/Transports/SRLongPollingTransport.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ - (void)delayConnectionReconnect:(id<SRConnectionInterface>)connection canReconn

- (void)connectionReconnect:(id<SRConnectionInterface>)connection canReconnect:(NSNumber *)canReconnect {
if ([canReconnect boolValue]) {
canReconnect = @(NO);
// Mark the connection as connected
if ([connection changeState:reconnecting toState:connected]) {
[connection didReconnect];
Expand Down