Closed progval closed 2 years ago
This allows us to remove the custom shoehorned select() handling without changing the driver design too much.
lol, asyncio doesn't support SSLSockets (as created by ssl.SSLContext.wrap_socket) so I'd need to rewrite half the Socket module to support this
ssl.SSLContext.wrap_socket
This allows us to remove the custom shoehorned select() handling without changing the driver design too much.