Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Error Domain=WebKitErrorDomain Code=102 "Frame load interrupted"

YangKunCheng opened this issue · comments

What steps will reproduce the problem?
该问题的重现步骤是什么?

  1. 设置 SonicConfiguration->cacheOfflineDisableTime 20s
  2. 预加载目标url及子资源,首次进入网页没问题
  3. 关闭app,20s后重新打开app,再打开网页
    4.Error Domain=WebKitErrorDomain Code=102 "Frame load interrupted"
    UserInfo={NSErrorFailingURLStringKey=https://fba.us.meetmyshop.net/,

What is the expected output? What do you see instead?
你期待的结果是什么?实际看到的又是什么?

What version of the product are you using? On what operating system?
你正在使用产品的哪个版本?在什么操作系统上?
ios ios 12 v3.1.1

Please provide any additional information below.
如果有的话,请在下面提供更多信息。
第三步运行之后,打印sonic仍然打印命中缓存,SonicURLProtocol->startLoading进入如下代码块:(可以正常返回数据,但是报错)
image
image