开发者

HTTPConnection for blackberries experiencing intermittent connection

开发者 https://www.devze.com 2022-12-26 01:42 出处:网络
I\'m connecting to an ASP.NET webservice using the HTTPConnection class in Blackberry, but when the blackberry is experiencing low signal strength, the connection just keeps waiting for a response fro

I'm connecting to an ASP.NET webservice using the HTTPConnection class in Blackberry, but when the blackberry is experiencing low signal strength, the connection just keeps waiting for a response from the server. I've tried timeouts, but with intermittent connections, they're not really helping.

Has anyone experienced a 开发者_JAVA百科similar problem before?

Thanks,

Teja.


When making the call, checking for coverageinfo.iscoveragesufficient fixes a lot of issues.

0

精彩评论

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