开发者

What are the way to avoid http service error in flex?

开发者 https://www.devze.com 2023-01-11 15:50 出处:网络
In my project used quick search for charact开发者_运维百科er based send request to server , But on time the user fastly type then i got http service error So i want to know how avoid that problem or a

In my project used quick search for charact开发者_运维百科er based send request to server , But on time the user fastly type then i got http service error So i want to know how avoid that problem or any possiable to avoid continue request to server or any message queue technical for that problem . kindly give suggestion it's helpful to all


If there is a typing delay greater that X milliseconds (e.g. 500), send the request.

0

精彩评论

暂无评论...
验证码 换一张
取 消