diff --git a/src/framework/net/connection.cpp b/src/framework/net/connection.cpp index 7affcb03..aa27196a 100644 --- a/src/framework/net/connection.cpp +++ b/src/framework/net/connection.cpp @@ -42,8 +42,8 @@ Connection::~Connection() void Connection::poll() { - ioService.poll(); ioService.reset(); + ioService.poll(); } void Connection::close()