aqhome: more work on transformation to event2/ipc2.
This commit is contained in:
@@ -509,7 +509,7 @@ int testTty(int argc, char **argv)
|
||||
AQH_Object_Enable(msgReaderObject);
|
||||
|
||||
for (;;) {
|
||||
AQH_EventLoop_Run(eventLoop);
|
||||
AQH_EventLoop_Run(eventLoop, 500);
|
||||
}
|
||||
|
||||
return 0;
|
||||
@@ -547,7 +547,7 @@ int testTty2(int argc, char **argv)
|
||||
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd);
|
||||
|
||||
for (;;) {
|
||||
AQH_EventLoop_Run(eventLoop);
|
||||
AQH_EventLoop_Run(eventLoop, 500);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user