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
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Ted Goddard
made changes -
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 | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterfaceViewController.h
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.h MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.h |
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.