Client::close renamed to Client::stop
This commit is contained in:
parent
76f923d7bd
commit
490e33e2d1
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue