knadh / niltalk

Instant, disposable, single-binary web based live chat server. Go + VueJS.
GNU Affero General Public License v3.0
952 stars 117 forks source link

Add fs.Close method to save the database when the application exits #27

Open clementauger opened 4 years ago

clementauger commented 4 years ago

this works only if the other tor branch is merged, otherwise the current code calls for os.Exit(0) when a signal is caught, which prevents the call to fs.Close to be processed.