From b0a8032e427bc00ce27a58bba4352d25496e1957 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 18 Mar 1996 20:27:30 +0000 Subject: [PATCH] ([Connection -_getReceivedReplyRmcWithSequenceNumber:]): Run the RunLoop in RunLoopConnectionReplyMode, not nil mode. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1194 72102866-910b-0410-8b05-ffd578937521 --- Source/Connection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Connection.m b/Source/Connection.m index ca4cb0891..22eb4302a 100644 --- a/Source/Connection.m +++ b/Source/Connection.m @@ -916,7 +916,7 @@ static int messages_received_count; timeout_date = [[NSDate alloc] initWithTimeIntervalSinceNow: in_timeout]; [RunLoop runOnceBeforeDate: timeout_date - forMode: nil]; + forMode: RunLoopConnectionReplyMode]; } reply_depth--; return rmc;