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
I have another app that I run alongside my application, and I want it to be closed with my application, for this currently I use Runtime.exec, but I was thinking of trying out this library as Runtime.exec has issues with the way I am using it. It doesn't seem to close the attached process on coroutine cancellation though, which I feel would fit with the way the library is built.
The text was updated successfully, but these errors were encountered:
(Sorry for the late answer...)
I agree with you, by default the process should be stopped when the coroutine is cancelled.
Let me investigate on the best way to handle cancellation in async calls.
I have another app that I run alongside my application, and I want it to be closed with my application, for this currently I use Runtime.exec, but I was thinking of trying out this library as Runtime.exec has issues with the way I am using it. It doesn't seem to close the attached process on coroutine cancellation though, which I feel would fit with the way the library is built.
The text was updated successfully, but these errors were encountered: