fix: linux ssl connections crashes (#79)

This commit is contained in:
Théo Monnom
2023-05-25 19:57:48 +02:00
committed by GitHub
parent 7f61826a4e
commit a9e6865137
2 changed files with 79 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
prost = "0.11"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
tokio-tungstenite = { version = "0.19", features = ["native-tls"] }
tokio-tungstenite = { version = "0.19", features = ["rustls-tls-native-roots"] }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
parking_lot = { version = "0.12.1", features = ["send_guard"] }