我正在测试Http connection
,我发现这种行为很奇怪。I want to test whether the http connect will continue after network is enabled/disabled
. 我对此进行测试的唯一方法是禁用网络适配器。
例如,在我按下按钮启动http连接之前,我先禁用了网络适配器,在代码执行之后http.connect()
,我重新启用了网络适配器(在允许的超时内),但最后仍然抛出超时,我认为连接在超时之前仍然有效吗?
你们如何处理这个问题,因为现在移动应用程序(android,IOS)在短时间内无法使用 3G 时需要克服大量网络故障。