DestinyItemManager / dim-mobile-client

DIM Mobile Client for Android, iOS, and Windows 10 Mobile
4 stars 3 forks source link

InAppBrowser throws exceptions if there is more than one open. #6

Open SunburnedGoose opened 8 years ago

SunburnedGoose commented 8 years ago

Need to have a service the control the number of instances of InAppBrowser. We need to prevent errors arising from multiple threads trying to use the same instance.

Throttle the access to only one process at a time, and queue the rest?