Closed pb82 closed 5 years ago
Can you provide some quick steps or recommendations for testing that the connections are actually closed? I'd like to verify on my server.
@mfrances17 sorry, i missed your comment. The best way to test this is actually to run the webapp locally using node server.js
, then kill it with Ctrl+C: you should see the additional log output for shutting down. When using yarn those logs are suppressed.
Motivation
Close the connection to the sqlite database and also stop the webserver before shutting down the webapp.