Message326732
For now I will use the following hack:
server.close()
await server.wait_closed()
# Workaround for wait_closed() not quite doing
# what I want.
await asyncio.sleep(0)
# I believe that all accepted connections have reached
# connection_made() at this point. |
|
| Date |
User |
Action |
Args |
| 2018-09-30 16:35:38 | aymeric.augustin | set | recipients:
+ aymeric.augustin, asvetlov, yselivanov |
| 2018-09-30 16:35:38 | aymeric.augustin | set | messageid: <[email protected]> |
| 2018-09-30 16:35:38 | aymeric.augustin | link | issue34852 messages |
| 2018-09-30 16:35:38 | aymeric.augustin | create | |
|