Skip to content

Commit

Permalink
Rework session keep-alive logic (#1359)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wisp3rwind authored Oct 15, 2024
1 parent f43ed29 commit ed766d2
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 145 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ num-traits = "0.2"
once_cell = "1"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
pin-project-lite = "0.2"
priority-queue = "2.0"
protobuf = "3.5"
quick-xml = { version = "0.36.1", features = ["serialize"] }
Expand Down
Loading

0 comments on commit ed766d2

Please sign in to comment.