Client::close renamed to Client::stop

This commit is contained in:
eidheim 2017-07-07 23:19:15 +02:00
commit 490e33e2d1
2 changed files with 3 additions and 3 deletions

View file

@ -350,7 +350,7 @@ int main() {
io_service->run();
});
this_thread::sleep_for(chrono::milliseconds(100));
client.close();
client.stop();
this_thread::sleep_for(chrono::milliseconds(100));
thread.join();
assert(call);