RuntimeError: readexactly() called while another coroutine is already waiting for incoming data
生活随笔
收集整理的這篇文章主要介紹了
RuntimeError: readexactly() called while another coroutine is already waiting for incoming data
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
官方[1]解決方案:
使用連接池
給出的案例是[2]
?
?Reference:
[1]https://github.com/aio-libs/aiomysql/issues/179
[2]https://github.com/aio-libs/aiomysql/blob/master/examples/example_pool.py
總結(jié)
以上是生活随笔為你收集整理的RuntimeError: readexactly() called while another coroutine is already waiting for incoming data的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux下面拷贝gbk编码的网页
- 下一篇: gitee中同步github的repos