robur-coop / happy-eyeballs

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

ensure there are no lwt tasks leaked #3

Closed hannesm closed 3 years ago

hannesm commented 3 years ago

every promise that is created should be cancelled or terminated (notable exception is the timer). also, the amount of tasks should be limited.