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
The code above doesn't work, maybe in CMySQLConnection write in C they set signal.alarm(0) when we don't pass connection_timeout in this connect function..
The text was updated successfully, but these errors were encountered:
After changing use_pure = True, timeout is working because socket.settimeout(None) will not effect to SIGALRM. This is not an issue, this is a notification for anyone who encounters this issue like me.
The code above doesn't work, maybe in CMySQLConnection write in C they set signal.alarm(0) when we don't pass connection_timeout in this connect function..
The text was updated successfully, but these errors were encountered: