Skip to content

MySql Pooling Causes App to Stay Open #475

@alanb1501

Description

@alanb1501

calling db.close() when the pool is set to true does not close the connection, thus mysql keeps the app open since there are pending connections.

There should be a way to close all db connections, and allow the app to finish, even if pooling is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions