Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Asyncio StreamReader read method doesn't respect timeout when using SSL
Post: Asyncio StreamReader read method doesn't respect t...

I'm making requests to SSL servers using asyncio's streams. Here is an example method. async def make_request(): async with asyncio.connect('127.0.0.1', 8888, ssl=ssl.SSLContext()) as stream: ...
dukadahake General Coding Help 0 3,508 Jul-24-2019, 11:55 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020