Skip to content

Subprocess transmission daemon rather than spawn a new one

  • No more errors on shutdown
  • We can pass a callback when the daemon ends
  • Process is killed when the app is closed

It seems, by looking at ps aux that this was indeed working as intended before, even with abrupt ends, but I feel a bit more at ease with gio::Subprocess.

Edited by Maximiliano

Merge request reports