Skip to content

Commit b63216a

Browse files
kimgefjon
andauthored
client-api: Rewrite websocket loop (#2906)
Signed-off-by: Kim Altintop <kim@eagain.io> Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
1 parent 1727ca4 commit b63216a

File tree

8 files changed

+1450
-309
lines changed

8 files changed

+1450
-309
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/client-api/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ uuid.workspace = true
4848
jsonwebtoken.workspace = true
4949
scopeguard.workspace = true
5050
serde_with.workspace = true
51+
async-stream.workspace = true
5152

5253
[target.'cfg(not(target_env = "msvc"))'.dependencies]
5354
jemalloc_pprof.workspace = true
5455

5556
[dev-dependencies]
5657
jsonwebtoken.workspace = true
58+
pretty_assertions = { workspace = true, features = ["unstable"] }

0 commit comments

Comments
 (0)