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

[TIMOB-16387] LiveView: unexpected behavior when running LiveView on device without terminating the existing launch #76

Merged
merged 3 commits into from Feb 15, 2014

Conversation

euforic
Copy link
Contributor

@euforic euforic commented Feb 6, 2014

[TIMOB-16387] LiveView: unexpected behavior when running LiveView on device without terminating the existing launch

response.end('');
fServer.close();
evtServer.close();
rm('-rf', PID_FILE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mxia is should. The rm command is from Shell.js that supports windows, mac and linux. Plus I am already using the command elsewhere in LiveView

mxia pushed a commit that referenced this pull request Feb 15, 2014
[TIMOB-16387] LiveView: unexpected behavior when running LiveView on device without terminating the existing launch
@mxia mxia merged commit 3360055 into tidev:master Feb 15, 2014
@mxia mxia deleted the TIMOB-16387 branch February 15, 2014 00:02
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

2 participants