Open In-App Billing for Google Play, SlideMe, Amazon Store, Nokia Store, Samsung Apps, Yandex.Store, Appland, Aptoide, AppMall and Fortumo.
476
stars
171
forks
source link
Concurrent access to non volatile variable #429
Closed
RomanZhilich closed 9 years ago
setupState
is accessed from background thread inconsumeAsyncInternal()
andqueryInventoryAsync()
. It should be volatile.