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.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38342 | Wed Oct 02 17:36:14 MDT 2013 | ted.goddard | avoid extra HTTP request when starting/stopping geospy from native UI ( |
Files Changed | ||||
![]() ![]() ![]() ![]() |
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.