15 comments (15 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python14,286 stars (14,286 stars)1,997 forks (1,997 forks)batch import
Hacktoberfestenhancementgood first issueserver
- Issue type
- feature
- Research direction
- 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.