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

TrackInFlight issues fixes #2242

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

TrackInFlight issues fixes #2242

wants to merge 9 commits into from

Conversation

Jeroenbb94
Copy link

@Jeroenbb94 Jeroenbb94 commented Feb 1, 2022

Fixes #2085 - Resolved concurrency issue with internal inflight requests where after completion and before the removeValue(at): a new request could come in and never be called.

Fixes #2164 - Equatable check for Endpoint to also include httpBody

JeroenB-Triple and others added 9 commits October 19, 2021 09:16
- resolved concurrency issue with internal inflight requests where after completion and before the removeValue(at: a new request could come in and never be called
- also removed @atomic since it is not used anymore and was not used correctly
[improved] equality check for endpoint to handle requests with parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems using trackInflights! Crash in iOS 13.0 in moya provider
2 participants