telenordigital / connect-android-sdk

Android SDK for CONNECT ID
https://telenordigital.github.io/id-docs.telenordigital.com/
Other
16 stars 14 forks source link

Add temporary fix for HE traffic #194

Closed SerhiiBovtriuk closed 4 years ago

SerhiiBovtriuk commented 4 years ago

Now SDK is doing HE request each time when there is a network switch. That results in massive ---prepare and inject traffic towards Header Enrichment.

This is a temporary fix for the issue, that will set the flag heWasInitialized to true whenever HE prepare-inject was initialised.

Proper fix is scheduled to be done in future. It should include rewrite of network handling logic and solving threading issue while reading results from HE.

vlarsen commented 4 years ago

How is this a breaking change?

SerhiiBovtriuk commented 4 years ago

How is this a breaking change?

Missclick, marked as "bug".