[issue33727] Server.wait_closed() doesn't always wait for its transports to fihish

Aymeric Augustin report at bugs.python.org
Sun Sep 30 09:50:09 EDT 2018


Aymeric Augustin <aymeric.augustin at m4x.org> added the comment:

I believe this is by design: the documentation says:

> The sockets that represent existing incoming client connections are left open.

`Server` doesn't keep track of active transports serving requests.

(That said, I haven't figured out what _waiters is here so I could be wrong.)

----------
nosy: +aymeric.augustin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33727>
_______________________________________


More information about the Python-bugs-list mailing list