Message308616
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. |
|
| Date |
User |
Action |
Args |
| 2017-12-19 06:20:46 | asvetlov | set | recipients:
+ asvetlov, yselivanov, Dmitry Vinokurov |
| 2017-12-19 06:20:46 | asvetlov | set | messageid: <1513664446.17.0.213398074469.issue31094@psf.upfronthosting.co.za> |
| 2017-12-19 06:20:46 | asvetlov | link | issue31094 messages |
| 2017-12-19 06:20:45 | asvetlov | create | |
|