-
Notifications
You must be signed in to change notification settings - Fork 253
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
Process fails to quit due to issue in opening and ending logcat #22
Comments
Running with
|
Hi, Thanks for letting me know. I will check this today. On Wednesday, January 14, 2015, Eli Perelman [email protected]
|
On OS X, using nettop:
Looks like after killing the Node.js process, the Net connections are still present. Running |
This seems to be due to a misunderstanding on my part. Calling |
Switching over from adbkit-logcat to adbkit, and my Node.js process fails to quit because something in logcat must still be in the stack. Previously this wasn't an issue in adbkit-logcat as it's recommended you kill the stream process upon exit, but I don't see a way to access the logcat process using the mechanisms provided by adbkit. The stream
end
method does not let the process end. Using the following reduced test case:The text was updated successfully, but these errors were encountered: