Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.3
-
Fix Version/s: BridgeIt 1.0
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile-SX
Description
If the ICEmobile-SX geospy button is pressed multiple times, the application will crash.
The NSData holding the HTTP response was not thread safe and geospy compounded this by sending multiple requests for the same UI action of clicking the geospy button. The geospy button request is now specifically not sending extra HTTP requests, however the direct browser response vs HTTP upload logic needs to be revisited.