我使用微软官方在GitHub上的Win10 Sample里的HttoClient。发现界面依旧会卡死。不知是否是因为SDK版本的原因?
复现步骤如下:
- 1.https://github.com/Microsoft/Windows-universal-samples.git
- 2.打开HttpClient的示例。
- 3.运行程序,在左侧汉堡菜单项中选择第一项“Get Text With Cache Control”。
- 4.在右侧Address输入框中,输入“https://www.baidu.com”后,其余条件均使用默认值不变。然后点击Start按钮。
就会发现界面会卡死。 不知如何?求老司机带路。