You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
Not sure what the best resolution is here, I think perhaps UseShellExecute should be true when starting the server?
The main issue is it ends up leaving TCP sockets open and things like that if not cleaned up properly, as the ADB Server is running as a child of the .NET project, so the OS won't clean things up - despite the parent process ending it doesn't truly end until the ADB Server is killed as well
I assume it's start-server anyway, it could also be a hung command but I don't think I have any of those in my project...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure what the best resolution is here, I think perhaps
UseShellExecute
should betrue
when starting the server?The main issue is it ends up leaving TCP sockets open and things like that if not cleaned up properly, as the ADB Server is running as a child of the .NET project, so the OS won't clean things up - despite the parent process ending it doesn't truly end until the ADB Server is killed as well
I assume it's
start-server
anyway, it could also be a hung command but I don't think I have any of those in my project...The text was updated successfully, but these errors were encountered: