-
Notifications
You must be signed in to change notification settings - Fork 248
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
allow a way for the child to communicate with the parent #19
Comments
looks like there's already a pipe but it's closed before control is returned to the application. Possibly just need an option to not close the pipe |
@kahing Thank you for the request. Please explain what scenario do you want to implement? |
The use case is the parent want to wait for the child to potentially show errors to the user. I currently use signals as you can see in kahing/goofys@eb7963e . However things like error messages are lost. I could use the logfile mechanism but that seems kind of overkill for just one error message. |
Ok, i think i understood you. I have an idea how to implement it. |
Would like to know how this issue is going... A pipe is also a good solution, if not the best, when the parent process wants to pass some credentials to its child. |
and vice versa. Possibly by just using a pipe?
The text was updated successfully, but these errors were encountered: