The program does not run after an error, how to fix this problem

Author: wangtaolue, Created: 2021-12-12 06:43:57, Updated:

GetOrder(15898555135): timeout


More

The Little DreamTimeout is the delay of an interface request.

randyshu function main(){ flag=true; while(flag){ res=doSomething(); if res == "XX"{ flag=false; } } }

wangtaolueHow to Improve Error Tolerance

The Little DreamThere are several articles on the subject of fault tolerance in this library.