我有以下工作正常的代码:
HttpConnection request =
(HttpConnection) Connector.open("https://www.google.com");
// It locks at the following line until an exception is thrown
int responseCode = request.getResponseCode();
突然间,它开始在 getResponseCode() 行阻塞,直到抛出异常并显示以下消息:
本地连接在 ~ 120000 之后超时
一切都在模拟器中进行,并且我启用了 MDS。