The following listener won't be called if using mysql2/promise ``` const poolCluster = createPoolCluster(); poolCluster.on("remove", console.log) ```