robur-coop / happy-eyeballs

An implementation of happy eyeballs (RFC 8305) in OCaml with lwt
ISC License
22 stars 4 forks source link

Missing cancellation #27

Closed reynir closed 1 year ago

reynir commented 1 year ago

We currently don't cancel other connection attempts once we have established a connection.

hannesm commented 1 year ago

This is a good point, we should work on extending the core to emit `Cancel as action.