Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

This tracker is not the best place for questions about development *with* 
Python -- it is for questions for development *of* Python itself.
Please use resources like StackOverflow next time.

`asyncio.Server.sockets` is a list of connected socket objects -- but usually 
Protocol implementation handles a list of alive clients separately, 
protocol.connection_made() and protocol.connection_lost() allows to do it easy.

----------
nosy: +asvetlov
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to