[docs] [issue28212] Closing server in asyncio is not efficient

R. David Murray report at bugs.python.org
Tue Sep 20 10:50:13 EDT 2016


R. David Murray added the comment:

You have to call wait_closed to complete the shutdown.

This should probably be mentioned directly in the socket server docs (at least in the examples) (assuming I'm not wrong...but I'm pretty sure I'm right) rather than by implicit reference to Server via the create_server comment.

----------
assignee:  -> docs at python
components: +Documentation
nosy: +docs at python, r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28212>
_______________________________________


More information about the docs mailing list