You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this reporsitory, read this discussion.
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 aone_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.
The text was updated successfully, but these errors were encountered: