Skip to content

Commit

Permalink
connection buffer and close fixes (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog authored Aug 14, 2024
1 parent ed8d368 commit 46c8bea
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 102 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ ring = "0.16.20"
rustls = { version = "0.20.0", features = [ "dangerous_configuration" ] }
rustls-native-certs = "0.6.2"
rustls-pemfile = "1.0.2"
sbd-e2e-crypto-client = "0.0.5-alpha"
sbd-server = "0.0.5-alpha"
sbd-e2e-crypto-client = "0.0.6-alpha"
sbd-server = "0.0.6-alpha"
serde = { version = "1.0.160", features = [ "derive", "rc" ] }
serde_json = { version = "1.0.96", features = [ "preserve_order" ] }
sha2 = "0.10.6"
Expand Down
1 change: 1 addition & 0 deletions crates/tx5-connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ backend-webrtc-rs = [ ]

[dependencies]
bit_field = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true, features = [ "full" ] }
tracing = { workspace = true }
tx5-core = { workspace = true }
Expand Down
Loading

0 comments on commit 46c8bea

Please sign in to comment.