sneako / finch

Elixir HTTP client, focused on performance
MIT License
1.26k stars 118 forks source link

Emit `:send` and `:recv` telemetry for HTTP2 async requests #231

Closed zachallaun closed 1 year ago

zachallaun commented 1 year ago

Addresses #229.

zachallaun commented 1 year ago

I don't think the CI failure is related to this -- I think we just need longer timeouts on some of the assert_receive calls.

sneako commented 1 year ago

Thanks again, @zachallaun !