Fix stop_serving in proactor loop kill all listening servers by julien-duponchelle · Pull Request #496 · python/asyncio

This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Conversation

Current implementation of the asyncio Proactor event loop has an
issue, when you stop a server it's cancel the futures of all other
servers.