why is my Node/Express application leaking MySQL connections?
I just don't understand why the below code opens a new connection/pool for every request it gets. As a result, this code generates hundreds of open connections and eventually crashes within an hour or less. Added the error message at…