Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crash when localeStrings is not found #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: crash when localeStrings is not found #129

wants to merge 1 commit into from

Conversation

infosia
Copy link
Contributor

@infosia infosia commented Aug 29, 2019

JIRA: https://jira.appcelerator.org/browse/TIMOB-27324

Fix crash on deploying to Windows 10 mobile device. I'm not sure why exactly localeStrings is needed but we should be able to keep liveview alive even whenlocaleStrings is not found. This PR also fixes logical bug on reconnect where clearInterval is not executed when timer id equals 0.

How to test:

appc run -p windows -l trace --target wp-device --liveview --liveview-ip <host ip address>

In case you are not sure about your host ip address, execute console.log(JSON.stringify(require('os').networkInterfaces(), null, 2)); on Node.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant