15 留言 (15 留言)2 反應 (2 反應)0 負責人 (0 負責人)Python14,286 star (14,286 star)1,997 fork (1,997 fork)batch import
Hacktoberfestenhancementgood first issueserver
- 議題類型
- feature
- 研究方向
- The issue requests adding a `serve forever()` method to the runner, similar to `asyncio.Server.serve forever()`. Review the aiohttp runner implementation in `aiohttp/web runner.py` and the asyncio documentation linked. Check existing comments for discussion on design. Implement the method by wrapping the underlying server's `serve forever` while handling cleanup and signal handling.