You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
Hello,
Just added this to my project and here is the thing:
Whenever 'data' query is called, the adapter cannot request the data because the old connection is still on and @ line 73 of adapter/mysql.js it tries to open it again.
Temporary workaround is adding if(db.state != "authenticated") above db.connect() but I think you should find better solution to that.
Cheers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Just added this to my project and here is the thing:
Whenever 'data' query is called, the adapter cannot request the data because the old connection is still on and @ line 73 of
adapter/mysql.js
it tries to open it again.Temporary workaround is adding
if(db.state != "authenticated")
abovedb.connect()
but I think you should find better solution to that.Cheers.
The text was updated successfully, but these errors were encountered: