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 aymeric.augustin
Recipients asvetlov, aymeric.augustin, chris.jerdonek, yselivanov
Date 2021-05-30.16:58:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622393921.52.0.313135829756.issue34852@roundup.psfhosted.org>
In-reply-to
Content
Would it make sense to add `await asyncio.sleep(0)` in `Server.wait_closed()` to ensure that all connections reach `connection_made()` before `wait_closed()` returns?

This would be fragile but it would be an improvement over the current behavior, wouldn't it?
History
Date User Action Args
2021-05-30 16:58:41aymeric.augustinsetrecipients: + aymeric.augustin, asvetlov, chris.jerdonek, yselivanov
2021-05-30 16:58:41aymeric.augustinsetmessageid: <1622393921.52.0.313135829756.issue34852@roundup.psfhosted.org>
2021-05-30 16:58:41aymeric.augustinlinkissue34852 messages
2021-05-30 16:58:41aymeric.augustincreate