livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
212 stars 57 forks source link

Use rust::String::lossy for stringification to avoid crashing due to non-utf8 content #485

Closed mgsloan closed 1 week ago

mgsloan commented 1 week ago

This was causing crashes here in Zed's live kit test app when run on Linux.

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.

theomonnom commented 1 week ago

Thanks!