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

Alamofire should more gracefully handle system interference #3413

Open
jshier opened this issue Mar 1, 2021 · 2 comments
Open

Alamofire should more gracefully handle system interference #3413

jshier opened this issue Mar 1, 2021 · 2 comments

Comments

@jshier
Copy link
Contributor

jshier commented Mar 1, 2021

At the moment, Alamofire doesn't deal well when system frameworks or the Obj-C runtime interfere with URLSession or URLSessionTask identity.

These include:

These sort of issues may explain reports of crashes within RequestTaskMap where the task identity is changed under the hood.

@alikenski
Copy link

Hi, is this problem solved or it is actual bug?

@jshier
Copy link
Contributor Author

jshier commented Feb 10, 2023

It's an ongoing issue. Not really a bug, more of something Alamofire could detect and either workaround or warn about so users aren't surprised.

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