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 hniksic
Recipients asvetlov, docs@python, hniksic, yselivanov
Date 2019-09-16.20:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568666058.33.0.112875968613.issue38192@roundup.psfhosted.org>
In-reply-to
Content
This is a followup on issue38178. While testing the new code, I noticed that my change introduced a bug, where the code still attempts to pass "loop" when constructing an EchoClientProtocol. A pull request is attached.

Also, I've noticed that the MyProtocol example under "Connecting Existing Sockets" is still passing an explicit loop, so I created a commit that converts it to the on_con_lost idiom, and included it in the above pull request.
History
Date User Action Args
2019-09-16 20:34:18hniksicsetrecipients: + hniksic, asvetlov, docs@python, yselivanov
2019-09-16 20:34:18hniksicsetmessageid: <1568666058.33.0.112875968613.issue38192@roundup.psfhosted.org>
2019-09-16 20:34:18hniksiclinkissue38192 messages
2019-09-16 20:34:18hniksiccreate