Skip to content

Commit

Permalink
fix: resolve actix memory leak (#2606)
Browse files Browse the repository at this point in the history
Pins `actix-rt` version `1.1.1` to fix the memory leak caused by actix/actix-net#129. Resolve #2593.

Test plan
---------
Existing tests pass.
  • Loading branch information
bowenwang1996 authored May 4, 2020
1 parent e6da44c commit 9ab4542
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ members = [
"tools/restaked"
]

[dependencies]
# pins this version to fix https://github.com/actix/actix-net/issues/129
actix-rt = "=1.1.1"

[dev-dependencies]
actix = "0.9"
lazy_static = "1.4"
Expand Down

0 comments on commit 9ab4542

Please sign in to comment.