.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@11340 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-09-22 09:53:54 +00:00
parent 13944792c2
commit c2ad20a89a

View file

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