Open Greetlist opened 1 year ago
ping_check is not working, no matter I set it to int or bool
ping_check
int
bool
https://github.com/prprprus/PyMySQLPool/blob/212110afaaa01f1d0d3faa8fe099ad19f48a8fbe/pymysqlpool/pool.py#L179
change __ping_check_timestamp ==> _Pool__ping_check_timestamp
__ping_check_timestamp
_Pool__ping_check_timestamp
I do not know why origin code is not working, I also think it it right at first. Maybe it related to Miniconda or Python version?
What happened
ping_check
is not working, no matter I set it toint
orbool
Env
How I fix it temporarily
https://github.com/prprprus/PyMySQLPool/blob/212110afaaa01f1d0d3faa8fe099ad19f48a8fbe/pymysqlpool/pool.py#L179
change
__ping_check_timestamp
==>_Pool__ping_check_timestamp
Discussion
I do not know why origin code is not working, I also think it it right at first. Maybe it related to Miniconda or Python version?