From 91db43ffddbe3f5476ef3265b57d68c61a8e06c2 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 26 Mar 2010 14:37:33 +0000 Subject: Revert a change made in r2005 by not waiting on the completion of calls to unlockConnection on the main thread. --- Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m index af3bae08..878d6844 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m @@ -1663,7 +1663,7 @@ void performThreadedKeepAlive(void *ptr) // Ensure the unlock occurs on the main thread if (![NSThread isMainThread]) { - [self performSelectorOnMainThread:@selector(unlockConnection) withObject:nil waitUntilDone:YES]; + [self performSelectorOnMainThread:@selector(unlockConnection) withObject:nil waitUntilDone:NO]; return; } -- cgit v1.2.3