This commit is contained in:
Eduardo Bart 2011-04-16 23:52:54 -03:00
parent da57770f88
commit beeb41dafd
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ Connection::~Connection()
void Connection::poll()
{
ioService.poll();
ioService.reset();
ioService.poll();
}
void Connection::close()