wix/Detox

Platforms disparity in synchronization logs: network requests.

オープン

#3,128 opened on 2021/12/08

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (1,942 件のフォーク)batch import
hacktoberfestplatform: iosstatus: acceptedtype: enhancement ⚡️user: looking for contributors📌 pinned

Repository metrics

Stars
 (10,558 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド