I created a client and server running on the same machine using rest api. The server runs on Python Flask and the client runs on cpprestsdk. Everything works fine at first, but the problem occurs when the app has run for 2 hours. I don’t know what’s causing this
Code error cpp:
- WinHttpSendRequest: [10107]
- WinHttpSendRequest: [8]
When i tried to use python request it gave me a code error:
- WinError [10061]
I tried looking around for solutions on the internet, but I didn’t find any solutions
Woroniusz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.