You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hyper client builder allows specifying many useful options, notably pool_idle_timeout and http2_keep_alive_interval, which are super useful to make sure persistent connections stay alive.
This extends the rust-eventsource-client builder with the ability to pass the hyper client directly, which allows for maximal flexibility.
Co-authored-by: JiggyDown <anh@jumpinvest.com.br>
Co-authored-by: Sam Stokes <sstokes@launchdarkly.com>
0 commit comments