From 31a094d621fc266b401c1f216a3b757638151651 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 14 Jul 2010 23:56:30 +0000 Subject: - Clean up automatic reconnection code - Allow keepalive pings to perform automatic reconnections after a few consecutive failures - Fix a number of keepalive ping bugs, including compatibility with the new threaded connection methods and reconnection timing issues causing keepalive pings to not fire correctly --- Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h index 7f9264ee..66f76083 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h @@ -183,7 +183,7 @@ NSInteger isQueryingDbStructure; BOOL cancelQueryingDbStructure; BOOL lockQuerying; - BOOL canPerformAutomaticReconnect; + NSInteger automaticReconnectAttempts; // Pointers IMP cStringPtr; -- cgit v1.2.3