Closed chayleaf closed 6 years ago
got another cryptic error
File "C:\Python36-32\lib\site-packages\aiomysql\connection.py", line 334, in c
ommit
yield from self._read_ok_packet()
File "C:\Python36-32\lib\site-packages\aiomysql\connection.py", line 311, in _
read_ok_packet
raise OperationalError(2014, "Command Out of Sync")
pymysql.err.OperationalError: (2014, 'Command Out of Sync')
apparently fixed by using semaphores, still I'd like to get an explanation of what's going on
never mind, apparently mysql only supports 1 connection. How about adding a semaphore to the lib then?
We have connection pool to benefit from multiple connections instead of one.
thanks, will check it out
python 3.6 aiomysql 0.0.12 windows 7 x64