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

Import Library statement takes way too long to execute when using tunnel #85

Open
derived-coder opened this issue Aug 21, 2023 · 0 comments

Comments

@derived-coder
Copy link

I use a tunnel to connect to the the python remote server on some target.

 Import Library    Remote    http://xxx.xxx.xxx.xxx:12345       WITH NAME    MyRemoteLibrary

This import takes about 1 minute to execute, because with a ping of 35ms, it will send 292 requests to get the keywords from the server.
Is there a way to improve this? e.g. get all this data with one request?

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

No branches or pull requests

1 participant