-
Notifications
You must be signed in to change notification settings - Fork 53
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
mlaunch doesn't exit when iOS app quits on iOS devices #574
Comments
Merged
premun
added a commit
that referenced
this issue
Apr 29, 2021
- The port wasn't opened on the device so the tunnel was never connected properly - Fixing multiple timestamps in logs (cascades of callback/aggregated logs) - Fixing how we log details when waiting for connections Resolves #570 Testing showed that mlaunch doesn't quit when app is finished though (#574)
Seems like we stopped receiving the |
This has been fixed in mlaunch |
Closing and will open a new issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running an app on iOS 14.4.2 device, mlaunch doesn't catch the notification about app quitting and it stays hanging until we timeout.
The test then succeeds as everything completed fine.
Logs:
The text was updated successfully, but these errors were encountered: