Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platforms disparity in synchronization logs: network requests. #3128

Open
asafkorem opened this issue Dec 8, 2021 · 2 comments
Open

Platforms disparity in synchronization logs: network requests. #3128

asafkorem opened this issue Dec 8, 2021 · 2 comments

Comments

@asafkorem
Copy link
Contributor

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.

@stale
Copy link

stale bot commented Jan 7, 2022

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.

@stale stale bot added the 🏚 stale label Jan 7, 2022
@stale
Copy link

stale bot commented Jan 14, 2022

The issue has been closed for inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants