mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@11340 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
13944792c2
commit
c2ad20a89a
1 changed files with 1 additions and 1 deletions
|
|
@ -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--)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue