([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
This commit is contained in:
Andrew McCallum 1996-03-18 20:27:30 +00:00
parent ef5d6a6d5e
commit b0a8032e42

View file

@ -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;