Error in unit 4 section 4.3.1 Code Review

This line is also important:

auto result_future = client->async_send_request(request);

Send an asynchronous request to the Service Server using the async_send_request() method. Then, store the response from the Server in the variable result.


I think the correct variable is result_future. result is already used to hold a shared pointer a request object.

Hello @davef , many thanks for your feedback. This has been corrected in the notebook.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.