Skip to content

Commit ed766d2

Browse files
authored
Rework session keep-alive logic (#1359)
we don't really know what the server expects and how quickly it usually reacts, so add some safety margin to avoid timing out too early
1 parent f43ed29 commit ed766d2

File tree

3 files changed

+265
-145
lines changed

3 files changed

+265
-145
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ num-traits = "0.2"
4444
once_cell = "1"
4545
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
4646
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
47+
pin-project-lite = "0.2"
4748
priority-queue = "2.0"
4849
protobuf = "3.5"
4950
quick-xml = { version = "0.36.1", features = ["serialize"] }

0 commit comments

Comments
 (0)