closeio / socketshark

A WebSocket message router based on Python/Redis/asyncio
MIT License
116 stars 11 forks source link

Upgrade aiohttp to 3.10.9 #220

Closed mpessas closed 1 week ago

mpessas commented 2 weeks ago

One change from the Changelog that is relevant is the following (from version 3.10.3):

Fixed aiohttp.TCPConnector doing blocking I/O in the event loop to create the SSLContext.

Supersedes #219 and #218.