You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we set a fixed date in future when a cached entry expires. We also only check cache on app startup which makes a net i/o bottleneck on poor internet connection.
I just spent 5 mins to get the app to run due to poor connection with pool bluesound response times, since it throttles multiple requests (there's a 5 second delay between adjacent requests).
The text was updated successfully, but these errors were encountered:
Right now we set a fixed date in future when a cached entry expires. We also only check cache on app startup which makes a net i/o bottleneck on poor internet connection.
I just spent 5 mins to get the app to run due to poor connection with pool bluesound response times, since it throttles multiple requests (there's a 5 second delay between adjacent requests).
The text was updated successfully, but these errors were encountered: