chill117 / express-mysql-session

A MySQL session store for the express framework in node
MIT License
313 stars 106 forks source link

When using mysql2 changing the session is asynchronous, it should behave the same way with mysql. So you will have to await the promise #140

Closed LaurentDhont closed 1 year ago

chill117 commented 1 year ago

The latest release of this module uses mysql2's promise wrapper. So this should fix whatever problem you were seeing that made you create this issue. If after upgrading to the latest version of this module you are still having problems, please create a new issue with details.