derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

Feature/macos support #11

Closed derricw closed 4 years ago

derricw commented 4 years ago

This is an attempt to replace the use of syscall.Pdeathsig (since it is not available on MacOS).

It was used to ensure that the signal-cli daemon subprocess is killed whenever siggo is killed.

A replacement needs to ensure that the daemon is killed for all reasonable scenarios.