[Fix] Syncronized Webserver & Host behaviour, Fixed the 10 sec default wait on auth

This commit is contained in:
Alex 2026-07-28 18:49:40 +02:00
commit cab2cd7a52
Signed by: alex
SSH key fingerprint: SHA256:D1+Ub8o0v4K5y1JNivW8IxEOelqLSvPmUzBbDIoZkRQ
22 changed files with 2912 additions and 1011 deletions

4
example/Cargo.lock generated
View file

@ -237,6 +237,8 @@ version = "0.2.0"
dependencies = [
"mtp",
"rand 0.10.2",
"serde",
"serde_json",
"tokio",
"tracing-subscriber",
]
@ -1988,6 +1990,8 @@ dependencies = [
"hex",
"http",
"mtp",
"rand 0.10.2",
"serde",
"serde_json",
"tokio",
"tracing-subscriber",