Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rpc call #46

Merged
merged 2 commits into from
Sep 21, 2024
Merged

update rpc call #46

merged 2 commits into from
Sep 21, 2024

Conversation

AnxiangLemon
Copy link
Contributor

I found some issues when calling the RPC method of JS through high concurrency

  • Due to rpcCalls not calling the Delete method, function calls will continue to increase memory usage
  • By analyzing through pprof, ch:=make (chan any) will continue to open up memory

So I tried to optimize the above two points

English is not my native language; please excuse typing errors.

@NSEcho
Copy link
Member

NSEcho commented Sep 21, 2024

Thank you for this @AnxiangLemon

@NSEcho NSEcho merged commit 28875e8 into frida:main Sep 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants