void Connection::poll() { // reset must always be called prior to poll g_ioService.reset(); g_ioService.poll(); }
void Connection::poll() { g_ioService.poll(); g_ioService.reset(); }