Workaround axum's graceful shutdown limitation wrt existing websocket connections

This commit is contained in:
Marcin Kulik
2025-06-06 14:56:14 +02:00
parent 27305aa0c6
commit d8b6cfeafc
3 changed files with 44 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ rgb = { version = "0.8.37", default-features = false }
url = "2.5.0"
tokio-tungstenite = { version = "0.26.2", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
rustls = { version = "0.23.26", default-features = false, features = ["aws_lc_rs"] }
tokio-util = "0.7.10"
tokio-util = { version = "0.7.10", features = ["rt"] }
rand = "0.9.1"
[build-dependencies]