CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

fix: multiple reconnects #141

Closed Wapweb closed 3 years ago

Wapweb commented 4 years ago

Hi there! It would be great to handle reconnection multiple times. Why? IMHO the whole purpose of the feature is to keep a connection for a long time, not just reconnect once and then give up

CodeFoodPixels commented 3 years ago

Fixed in 6f2fbc2f0387c181e17d3a834c497cea4e89d0e9