Skip to content

Conversation

@chenosaurus
Copy link
Contributor

No description provided.


[dependencies]
tokio = { version = "1", features = ["full", "parking_lot"] }
livekit = { workspace = true, features = ["rustls-tls-native-roots"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the need for the rustls-tls-native-roots feature for this example? This will force the feature on the whole workspace, not just this example.

let mut sum_capture_ms = 0.0;
let mut sum_sleep_ms = 0.0;
let mut sum_iter_ms = 0.0;
loop {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to let the user break this loop with Ctrl + C like Be-ing@81acf7c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants