Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise TLS usage for asyncio 3.9 (deprecation warning) #134

Closed
wallyqs opened this issue Feb 1, 2020 · 1 comment · Fixed by #164
Closed

Revise TLS usage for asyncio 3.9 (deprecation warning) #134

wallyqs opened this issue Feb 1, 2020 · 1 comment · Fixed by #164

Comments

@wallyqs
Copy link
Member

wallyqs commented Feb 1, 2020

DeprecationWarning: Using send() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9
@chiaolun
Copy link
Contributor

chiaolun commented Apr 5, 2020

Using loop.start_tls instead of reusing the socket should fix this?
#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants