commander icon indicating copy to clipboard operation
commander copied to clipboard

Add proper error handling and coroutine cancellation

Open SimonBaeumer opened this issue 3 years ago • 0 comments

To exit early on errors (i.e. missing addresses) go routines should be cancelled if an error occured. Also all routines should be cancelled gracefully on SIGTERM and SIGINT signals.

SimonBaeumer avatar Nov 19 '21 15:11 SimonBaeumer