mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Quick hack to fix busy wait in run loop
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13228 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ac2bab295
commit
031118188f
7 changed files with 16 additions and 3 deletions
|
@ -87,7 +87,7 @@ printf("oneway %d\n", _F_ONEWAY);
|
|||
}
|
||||
else
|
||||
p = [NSConnection rootProxyForConnectionWithRegisteredName:@"test2server"
|
||||
host:nil];
|
||||
host: @"*"];
|
||||
c = [p connectionForProxy];
|
||||
[c setDelegate:auth];
|
||||
[c setRequestTimeout:180.0];
|
||||
|
|
|
@ -457,8 +457,10 @@ int main(int argc, char *argv[], char **env)
|
|||
exit(0);
|
||||
break;
|
||||
default:
|
||||
#if 0
|
||||
usage(argv[0]);
|
||||
exit(1);
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue