mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-27 13:02:25 +03:00
feat: media bitrate control, HDR (#346)
Fixes: #335 Still a work-in-progress. --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Wanjohi <elviswanjohi47@gmail.com>
This commit is contained in:
co-authored by
DatCaptainHorse
Claude Opus 5
Wanjohi
parent
1c721962f4
commit
0811f57f1a
@@ -50,7 +50,9 @@ fn alive(pid: i32) -> bool {
|
||||
async fn a_stack_that_goes_away_takes_its_services_with_it() {
|
||||
let waiters = Waiters::new();
|
||||
let mut stack = Stack::from_table(waiters, SLEEPERS);
|
||||
let up = stack.bring_up().expect("two sleeps did not start");
|
||||
let up = stack
|
||||
.bring_up(Default::default())
|
||||
.expect("two sleeps did not start");
|
||||
assert_eq!(up.len(), 2);
|
||||
|
||||
let pids = stack.pids();
|
||||
|
||||
Reference in New Issue
Block a user