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

Not able to terminate the application after execution 3.10.x SDK #303

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

Conversation

sandesh181199
Copy link

Issue Resolved : Not able to terminate the application after execution

Issue Resolved : Not able to terminate the application after execution
@sandesh181199 sandesh181199 changed the title Update flutter_run_process_handler.dart Not able to terminate the application after execution 3.10.x SDK Aug 2, 2023
@jonsamwell
Copy link
Owner

@sandesh181199 won't exit(0) exit the current process rather than the child process of the test runner?

@sandesh181199
Copy link
Author

Hi @jonsamwell, yes exit(0) is exiting the current process, could you please check #296 if you have any solution for this issue?

@sandesh181199
Copy link
Author

I can see for IOS application for closing the application exit(0) is used and for Android we can use pop(), correct me if my understanding is wrong

@sandesh181199
Copy link
Author

Hi @jonsamwell, I have tested the code after changing and it is working fine with other features as well. Please let me know if you have any questions about the merge.
With the current library code, I am facing #296 issue, I just have the runner file and used pre-defined feature steps from the library directly.

@sandesh181199
Copy link
Author

@jonsamwell, let me know if somethings are needed to be checked from my end and on the merge plan for the resolution of this issue #296. As this issue is failing my pipeline tasks

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