nativescript-community / nativescript-community/https
iOS StateProvider crash
未关闭
还没有人认领这个 Issue。
- 主要语言
- Vue
- 星标
- 52
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
Doing Https.request, got error:
Alamofire/SessionDelegate.swift:49: Fatal error: StateProvider is nil for task 1.
Relevant Stack:
#4 0x00000001a28e5b54 in assertionFailure ()
#5 0x000000010610bc2c in SessionDelegate.request<Alamofire.DataRequest>(for:as:) at /Users/chris/Projects/Mantis/mantis_laser_trainer_app/platforms/ios/Pods/Alamofire/Source/Core/SessionDelegate.swift:49
#6 0x000000010610f40c in SessionDelegate.urlSession(_:dataTask:didReceive:) at /Users/chris/Projects/Mantis/mantis_laser_trainer_app/platforms/ios/Pods/Alamofire/Source/Core/SessionDelegate.swift:254
Code:
func request<R: Request>(for task: URLSessionTask, as type: R.Type) -> R? {
guard let provider = stateProvider else {
assertionFailure("StateProvider is nil for task \(task.taskIdentifier).")
return nil
}
return provider.request(for: task) as? R
}
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先重现 Https.request 失败,并跟踪 Alamofire's platforms/ios/Pods/Alamofire/Source/Core/SessionDelegate.swift 周围的生命周期,尤其是第 49 行和第 254 行。确定为什么 data-task callback 运行时 stateProvider 为 nil;当该 request path 的 crash 得到解决,且该失败由适当的 regression check 覆盖时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, swift
- 领域
- mobile-dev, networking
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100