We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least on Unix, possibly on Windows as well:
❯ rs <- callr::r_session$new() ❯ rs$run(function() 1+1) [1] 2 ❯ rs$run(function() ps::ps_num_fds(ps::ps_handle())) [1] 8 ❯ rs$run(function() 1+1) [1] 2 ❯ rs$run(function() ps::ps_num_fds(ps::ps_handle())) [1] 12
They are probably simply not closed in the post-hook.
The text was updated successfully, but these errors were encountered:
r-lib/processx@c6961b7
Test for fd leak
f396864
Use dev processx to check that #184 is fixed.
Add NEWS for #184
6d42d75
No branches or pull requests
At least on Unix, possibly on Windows as well:
They are probably simply not closed in the post-hook.
The text was updated successfully, but these errors were encountered: