Skip to content

Commit

Permalink
feat: signal based shutdown, better stream connection drop
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Oct 20, 2023
1 parent 3f2f0e1 commit 161c77e
Show file tree
Hide file tree
Showing 22 changed files with 274 additions and 2,835 deletions.
32 changes: 0 additions & 32 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ members = [
"rs/packages/macros-build",
"rs/packages/burst",
"rs/packages/media",
"rs/packages/media-sessions",
"rs/packages/ip",
"rs/packages/config",
"rs/packages/stream",
Expand Down
1 change: 0 additions & 1 deletion rs/bin/openstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dialoguer = "0.10.2"
defer-lite = "1.0.0"
anyhow = "1.0.66"
serde-util = { version = "0.1.0", path = "../../packages/serde-util" }
media-sessions = { version = "0.1.0", path = "../../packages/media-sessions" }
jemallocator = "0.5.0"
uid = { version = "0.1.0", path = "../../packages/uid" }
local-ip-address = "0.5.0"
Expand Down
1 change: 0 additions & 1 deletion rs/packages/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ lazy-regex = "2.5.0"
log = "0.4.17"
mailer = { version = "0.1.0", path = "../mailer" }
media = { version = "0.1.0", path = "../media" }
media-sessions = { version = "0.1.0", path = "../media-sessions" }
mongodb = "2.4.0"
owo-colors = { version = "3.5.0", path = "../owo-colors" }
parking_lot = "0.12.1"
Expand Down
32 changes: 0 additions & 32 deletions rs/packages/media-sessions/Cargo.toml

This file was deleted.

Loading

0 comments on commit 161c77e

Please sign in to comment.