.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@11341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-09-23 08:08:28 +00:00
parent dda82a63b6
commit 6b6d38c454

View file

@ -53,7 +53,7 @@ CONSOLE_APP_MAIN
SocketWaitEvent sel;
sel.Add(server, WAIT_READ);
for(auto& w : worker)
w.ws.AddTo(sel);id
w.ws.AddTo(sel);
sel.Wait(1000);
LOG("Waiting ended at " << GetSysTime());
for(int i = worker.GetCount() - 1; i >= 0; i--)