poll
This commit is contained in:
parent
da57770f88
commit
beeb41dafd
|
@ -42,8 +42,8 @@ Connection::~Connection()
|
||||||
|
|
||||||
void Connection::poll()
|
void Connection::poll()
|
||||||
{
|
{
|
||||||
ioService.poll();
|
|
||||||
ioService.reset();
|
ioService.reset();
|
||||||
|
ioService.poll();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Connection::close()
|
void Connection::close()
|
||||||
|
|
Loading…
Reference in New Issue