[TIMOB-11380] Analytics blocks UI sometimes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-12-11T15:03:00.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | core, triage |
Reporter | Rick Blalock |
Assignee | Rick Blalock |
Created | 2012-10-11T13:10:16.000+0000 |
Updated | 2017-03-14T23:41:25.000+0000 |
Description
I've noticed that when I use the analytic calls it will block the UI in iOS if the connection is poor. If there is no connection then it does not. If there is a strong connection you don't notice it. But when there's a poor connection, it will block UI interaction for a few seconds.
Here's the scenario / overview:
User is in an area without a strong signal -> user taps a table view in a navigation group that opens the next window -> in the click callback an analytic method is invoked -> Nothing else in the callback gets invoked until the analytic method finishes. On a poor connection this took several seconds. When the analytic code is removed the issue is no longer there.
According to Vishal this should be fixed now. Please reopen if it is still an issue.
Closing ticket as the issue cannot be resolved.