diff options
author | rowanbeentje <rowan@beent.je> | 2010-07-14 23:56:30 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-07-14 23:56:30 +0000 |
commit | 31a094d621fc266b401c1f216a3b757638151651 (patch) | |
tree | f332a37ee260765ca9424e1ae256943e297f31b8 /Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | |
parent | 52011b886bc031b99a1a359fa17b5e5469e2046d (diff) | |
download | sequelpro-31a094d621fc266b401c1f216a3b757638151651.tar.gz sequelpro-31a094d621fc266b401c1f216a3b757638151651.tar.bz2 sequelpro-31a094d621fc266b401c1f216a3b757638151651.zip |
- 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
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |