Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Fixed Start response getting discarded with parallel requests #380

Closed Nezz closed 4 years ago

Nezz commented 4 years ago

Fixes start response getting discarded when issuing another API call like getVars before start finishes.

Proposed Changes

milos1290 commented 4 years ago

@Nezz I'm closing this PR since it was fixed by refactoring how response callbacks were tracked and executed ( #383 )