Optimising sender thread.

This commit is contained in:
lotodore
2009-01-26 19:05:24 +00:00
parent f2c3b2b723
commit 7d1021cde7
+1 -1
View File
@@ -149,7 +149,7 @@ SenderThread::Main()
i = next;
}
}
m_ioService.run_one();
m_ioService.poll();
Msleep(SEND_TIMEOUT_MSEC);
}
}