ostinelli / net-http2

NetHttp2 is an HTTP/2 client for Ruby.
MIT License
141 stars 31 forks source link

Allow timing out async client join #43

Closed benlangfeld closed 4 years ago

benlangfeld commented 4 years ago

It's sometimes desirable to give up on waiting if in-flight requests take more than a specific time.

Fixes #19

benlangfeld commented 4 years ago

Thank you for merging this so quickly @ostinelli

ostinelli commented 4 years ago

Thank you @benlangfeld for your input. Yeah, it looked like you had an urgency. :) 0.18.3 has just been pushed.