pypi aiohappyeyeballs 2.4.8
v2.4.8

latest releases: 2.6.1, 2.6.0, 2.5.0...
6 months ago

v2.4.8 (2025-03-04)

Bug Fixes

  • Close runner up sockets in the event there are multiple winners (#143, 476a05b)

The first attempt to fix this was to use the cpython staggered race updates in #142 but there is still a race there where there can be multiple winners. Instead we now accept that we will not be able to cancel all coros in time and there will always be a risk of multiple winners. We store all sockets in a set that were not already cleaned up and we close all but the first winner after the staggered race finishes.


Detailed Changes: v2.4.7...v2.4.8

Don't miss a new aiohappyeyeballs release

NewReleases is sending notifications on new releases.