[Fix] Syncronized Webserver & Host behaviour, Fixed the 10 sec default wait on auth
This commit is contained in:
parent
bcf8aee371
commit
cab2cd7a52
22 changed files with 2912 additions and 1011 deletions
4
example/Cargo.lock
generated
4
example/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue