aiomysql
aiomysql copied to clipboard
[Question] Are there anyways to set read_timeout or write_timeout like pymysql?
Regarding to this: https://pymysql.readthedocs.io/en/latest/modules/connections.html
When creating pymysql connection, we can set read_timeout or write_timneout. But I can't find anyway to specific the same arguments to aiomysql connection
Sorry, answered in https://github.com/aio-libs/aiomysql/issues/487, nothing for read/write timeout yet, feel free to add it in via a PR if you need it.