Message394772
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? |
|
| Date |
User |
Action |
Args |
| 2021-05-30 16:58:41 | aymeric.augustin | set | recipients:
+ aymeric.augustin, asvetlov, chris.jerdonek, yselivanov |
| 2021-05-30 16:58:41 | aymeric.augustin | set | messageid: <[email protected]> |
| 2021-05-30 16:58:41 | aymeric.augustin | link | issue34852 messages |
| 2021-05-30 16:58:41 | aymeric.augustin | create | |
|