Closed lganzzzo closed 3 years ago
@ktnr The actual fix is to stop the connection pool of the database.
OATPP_COMPONENT(std::shared_ptr<oatpp::provider::Provider<oatpp::sqlite::Connection>>, dbConnectionProvider); dbConnectionProvider->stop();
@ktnr The actual fix is to stop the connection pool of the database.