This commit is contained in:
lotodore
2007-02-25 19:40:24 +00:00
parent 82cf963f0a
commit 0246fae4cb
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
#include <net/clientdata.h>
#include <net/resolverthread.h>
#include <net/clientexception.h>
#include <net/socket_helper.h>
#include <net/socket_msg.h>
#include <stdexcept>
@@ -319,7 +320,7 @@ ClientStateFinal::~ClientStateFinal()
int
ClientStateFinal::Process(ClientThread &client)
{
Thread::Msleep(10);
Thread::Msleep(CLIENT_WAIT_TIMEOUT_MSEC;
return MSG_SOCK_INTERNAL_PENDING;
}