mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
Sleep for a 20th of a second to allow gdnc time to start up.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26087 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a596c41c2
commit
7c6c8de028
1 changed files with 1 additions and 0 deletions
|
@ -740,6 +740,7 @@ static NSDistributedNotificationCenter *netCenter = nil;
|
|||
while (_remote == nil && [limit timeIntervalSinceNow] > 0)
|
||||
{
|
||||
CREATE_AUTORELEASE_POOL(pool);
|
||||
[NSThread sleepForTimeInterval: 0.05];
|
||||
_remote = [NSConnection
|
||||
rootProxyForConnectionWithRegisteredName: service
|
||||
host: host usingNameServer: ns];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue