Use CancellationToken for streamer shutdown

This commit is contained in:
Marcin Kulik
2024-04-17 20:45:56 +02:00
parent 4158b61eca
commit 9984f097b1
5 changed files with 15 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ rgb = "0.8.37"
url = "2.5.0"
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
sha2 = "0.10.8"
tokio-util = "0.7.10"
[profile.release]
strip = true