Open jpchern opened 3 years ago
cpprestsdk 2.10 VS2019
using namespace web; using namespace web::http; using namespace web::http::experimental::listener;
web::uri _uri(L"http://127.0.0.1:8080"); //OK http_listener listener(_uri); //Failed at memcpy()
It seems that _uri was generated OK but destroyed immediately before calling http_listener listener(_uri);
Any thoughts would be appreciated.
cpprestsdk 2.10 VS2019
using namespace web; using namespace web::http; using namespace web::http::experimental::listener;
web::uri _uri(L"http://127.0.0.1:8080"); //OK http_listener listener(_uri); //Failed at memcpy()
It seems that _uri was generated OK but destroyed immediately before calling http_listener listener(_uri);
Any thoughts would be appreciated.