[TIMOB-26726] Liveview: Autokill server after a period of time
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-01-14T20:15:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | LiveView |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2019-01-14T20:14:39.000+0000 |
Updated | 2019-01-16T10:18:51.000+0000 |
To test this build with liveview then wait the specified time
*Closing ticket.* Verified that the liveview server is killed after 10 seconds. The fix is present in SDK: {noformat} 8.0.0.v20190114160512 {noformat} *ENV* {noformat} Appc NPM: 4.2.13 Appc CLI: 7.0.6 Ti CLI: 5.1.1 Node: 8.12.0 Xcode: 10.1 NPM: 6.4.1 {noformat}
Does this fix the recurring error dialogs when killing the app in Terminal?
[~hknoechel] nope, this change is unrelated to the liveview runtime that we put on device. It's to do with killing the liveview server after a period of inactivity.
Okay. So can liveview become OSS? I'd love to contribute the client-side change. The source can already be seen via NPM and locally, so I don't see any reason not to OSS it.