microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.97k stars 1.65k forks source link

calapsed when call httphandler.open().wait() in win7 #1641

Open hjhj111 opened 3 years ago

hjhj111 commented 3 years ago

calapsed when call httphandler.open().wait() in win7

barcharcraz commented 3 years ago

Can you provide anymore information? What happens? Is there a stack trace? any reproduction code?

hjhj111 commented 3 years ago

It's the win7's problem, I think. Running with administrator is OK. But why?

barcharcraz commented 3 years ago

you need to post some code that reproduces the issue, or at least a crashlog / stack trace.