Message341445
Now `await writer.drain()` performs `await sleep(0)` if underlying transport is closing.
It works well only for plain sockets. SSL transport needs more context switches to shut down the SSL connection.
Drain wakes up too early to check if the transport is actually closed. |
|
Date |
User |
Action |
Args |
2019-05-05 13:44:32 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
2019-05-05 13:44:32 | asvetlov | set | messageid: <1557063872.25.0.865813796999.issue36801@roundup.psfhosted.org> |
2019-05-05 13:44:32 | asvetlov | link | issue36801 messages |
2019-05-05 13:44:32 | asvetlov | create | |
|