Renan S

Results 1 comments of Renan S

I also had this issue and came across this ```cpp void handle_post(http_request request) { request.extract_json().then([request](pplx::task task) { try { auto body = task.get(); // Exception occurs ... } catch (const...