Closed battulasaivinesh closed 3 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Maybe this is related to #2067. We had an issue where Axmol would flood the server with requests and it would start refusing connections.
After monitoring HTTP calls from our app, we observed that the failure rate of HTTP calls is double in axmol compared to cocos2dx 3.17. Here is the list of requests with different internal response codes -
Error rate added comes up to 6% of total requests, where as before in cocos 2dx 3.17 it used to be on 3% of total requests. The first one is considered as success.
Here is a sample code on how we are doing HTTP calls from our app -