example-api-client icon indicating copy to clipboard operation
example-api-client copied to clipboard

bugs at AsyncExample.hpp

Open junyama opened this issue 4 years ago • 0 comments

I suppose that the line 66 and 70 should be:

return m_client->doPostAsync("<POST-DATA-HERE>").callbackTo(&SendCoroutine::onResponse);

return response->readBodyToStringAsync().callbackTo(&SendCoroutine::onBody);

junyama avatar Mar 12 '21 15:03 junyama