[TIMOB-13731] Liveview: Only one project can be launched without manual server stop
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-02T09:08:47.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | Release 3.1.2 |
Components | LiveView |
Labels | liveview, qe-3.1.1, qe-testadded |
Reporter | Eric Merriman |
Assignee | Christian Sullivan |
Created | 2013-05-01T17:21:37.000+0000 |
Updated | 2013-09-23T09:42:47.000+0000 |
Description
Description:
When testing liveview, it is apparent that launching a liveview session then switching projects will continue to show the first project used. The workaround for this is to manually kill the server then launch the new project.
With our delivery mechanism being through studio, this is not an easy command to find, located deep in the Appcelerator studio plugin folder.
Steps to reproduce:
1) Launch a liveview simulator session with a project
2) Close the simulator or terminate this and other processes through studio
3) Switch to another project and launch that with liveview
Result:
The new project is not shown
Expected Result:
The project you launched will be shown
Attachments
FIXED in https://github.com/appcelerator/liveview/commit/575cf0ef4d4d8346f90544441270c3793dced2c0 Install LiveView v0.1.10 to test
Verified fixed on Appcelerator Studio, build: 3.1.2.201308091728, OSX 10.8.3 (containing LiveView 0.1.32). The simulator showed the second project and updated its content.