mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Fix Sse client api (#6685)
* Use reqwest eventsource for get_events api * await for Event::Open before returning stream * fmt * Merge branch 'unstable' into sse-client-fix * Ignore lint
This commit is contained in:
@@ -27,6 +27,7 @@ slashing_protection = { workspace = true }
|
||||
mediatype = "0.19.13"
|
||||
pretty_reqwest_error = { workspace = true }
|
||||
derivative = { workspace = true }
|
||||
reqwest-eventsource = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user