Message346598
Use asyncio transports or streams.
sock_recv() is a low-level API with a very limited audience.
wrapped ssl socket provides a synchronous interface only.
Perhaps we should raise an exception if SSLSocket is passed into asyncio functions. |
|
| Date |
User |
Action |
Args |
| 2019-06-26 10:35:47 | asvetlov | set | recipients:
+ asvetlov, christian.heimes, yselivanov, AkshayTakkar |
| 2019-06-26 10:35:47 | asvetlov | set | messageid: <[email protected]> |
| 2019-06-26 10:35:47 | asvetlov | link | issue37404 messages |
| 2019-06-26 10:35:47 | asvetlov | create | |
|