Skip to content

Fix for concurrent requests on iOS with different fingerprints#65

Open
MaikelStuivenberg wants to merge 2 commits intodiefferson:masterfrom
MaikelStuivenberg:bugfix/concurrent-requests-ios
Open

Fix for concurrent requests on iOS with different fingerprints#65
MaikelStuivenberg wants to merge 2 commits intodiefferson:masterfrom
MaikelStuivenberg:bugfix/concurrent-requests-ios

Conversation

@MaikelStuivenberg
Copy link

When executing requests at the same time with different hostnames/fingerprints, the current version of the plugin will mix up the fingerprints as they are saved on class level. That results sometimes in unexpected certificate errors.

With this bugfix I changed the behaviour so that always the original fingerprint is used.

@MaikelStuivenberg MaikelStuivenberg changed the title Fix for concurrent requests on iOS Fix for concurrent requests on iOS with different fingerprints Mar 23, 2024
@Panz99
Copy link

Panz99 commented Jan 21, 2025

When will this PR be merged?

@MaikelStuivenberg
Copy link
Author

@Panz99 I guess never 🤷🏻‍♂️
We copied to adjusted source to our app to be able to use this

@diefferson
Copy link
Owner

Hey @MaikelStuivenberg Sorry for the super late answer, I notice that you only updated it on iOS code, this doesn't happen on Android?

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.

3 participants