diff --git a/src/net/common/senderthread.cpp b/src/net/common/senderthread.cpp index 7a90fc5c..62e22eac 100644 --- a/src/net/common/senderthread.cpp +++ b/src/net/common/senderthread.cpp @@ -149,7 +149,7 @@ SenderThread::Main() i = next; } } - m_ioService.run_one(); + m_ioService.poll(); Msleep(SEND_TIMEOUT_MSEC); } }