This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients Dmitry Vinokurov, asvetlov, yselivanov
Date 2017-12-19.06:20:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513664446.17.0.213398074469.issue31094@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-19 06:20:46asvetlovsetrecipients: + asvetlov, yselivanov, Dmitry Vinokurov
2017-12-19 06:20:46asvetlovsetmessageid: <1513664446.17.0.213398074469.issue31094@psf.upfronthosting.co.za>
2017-12-19 06:20:46asvetlovlinkissue31094 messages
2017-12-19 06:20:45asvetlovcreate