wix/Detox

Platforms disparity in synchronization logs: network requests.

Aperta

#3128 aperta il 8 dic 2021

 (2 commenti) (0 reazioni) (1 assegnatario)JavaScript (1942 fork)batch import
hacktoberfestplatform: iosstatus: acceptedtype: enhancement ⚡️user: looking for contributors📌 pinned

Metriche repository

Star
 (10.558 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor