booper
booper
hey, yes, I check `connected` property to determine the state of the connection, and when the connection is closed I try to use the same connection to reconnect ( with...
> Can you recreate fresh connection instance? > You can wrap it in some function which creates connection for you, and then reuse it. Sure, already handled it, and when...
So, based on what I learned: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_wait_timeout MySQL has its [wait_timeout] variable default value set to 28800 seconds (8 hours). So, not a big deal, what I have to do...
> I just need to add this into README. Thank you for investigating this issue Thank you for a great job on this lib. Eventually, you are right, keep the...