Closed barghi closed 5 years ago
Hi @barghi, thanks for reporting. we use just one thread for each request. so, you can not run multiple async operations at the same time. we will work around this matter for next update. meanwhile, you need to keep track of your Cafebazaar async requests and run one async request each time.
I'm closing this issue. feel free to reopen it if needed.
we have seen this issue too in appCenter Analytics:
ava.lang.IllegalStateException: Can't start async operation (refresh inventory) because another async operation(refresh inventory) is in progress.
we use await for all of our inventory functions but we have been getting 55 exceptions since 4 days ago
this is stack trace