Blockchain-Benchmarking / silk

Send data over arbitrary topology
0 stars 0 forks source link

Add proper server termination #12

Open gauthier-voron opened 1 year ago

gauthier-voron commented 1 year ago

Right now, the only way to terminate the server subcommand is to let a signal handler (e.g. SIGTERM or SIGQUIT) kill it in the most abrupt way. It could be useful to have a nice termination to do some cleanup (e.g. deleting temporary files) before exiting.