mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 01:01:03 +00:00
([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:
parent
ef5d6a6d5e
commit
b0a8032e42
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ static int messages_received_count;
|
||||||
timeout_date = [[NSDate alloc]
|
timeout_date = [[NSDate alloc]
|
||||||
initWithTimeIntervalSinceNow: in_timeout];
|
initWithTimeIntervalSinceNow: in_timeout];
|
||||||
[RunLoop runOnceBeforeDate: timeout_date
|
[RunLoop runOnceBeforeDate: timeout_date
|
||||||
forMode: nil];
|
forMode: RunLoopConnectionReplyMode];
|
||||||
}
|
}
|
||||||
reply_depth--;
|
reply_depth--;
|
||||||
return rmc;
|
return rmc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue