|  |      1jenlors      2021-11-16 17:46:41 +08:00 为什么有一个 time.sleep(5)? | 
|  |      2Latin      2021-11-16 17:53:06 +08:00 好家伙 flask 转 fastapi 又来一道 哈哈 | 
|  |      3Vegetable      2021-11-16 17:55:35 +08:00 time.sleep 天秀,哪怕一定要用 sleep ,请用 asyncio.sleep | 
|  |      4vicalloy      2021-11-16 17:57:51 +08:00 别在 async 里用同步函数,sleep 换成 await asyncio.sleep(5) |