wix/Detox

Platforms disparity in synchronization logs: network requests.

开放

#3,128 创建于 2021年12月8日

 (2 条评论) (0 个反应) (1 位负责人)JavaScript (1,942 个派生)batch import
hacktoberfestplatform: iosstatus: acceptedtype: enhancement ⚡️user: looking for contributors📌 pinned

仓库指标

星标
 (10,558 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe.

Currently, active network requests in synchronization logs are reported differently between iOS and Android. Android aggregates all network calls and reports them in one list (as a network busy resource), however, iOS reports each network call as a one_time_event busy resource.

Describe the solution you'd like

Aggregate all network calls in iOS (DetoxSync) and report busy network calls the same way as in Android. This requires to handle network calls on a designated sync resource.

贡献者指南