PythonRemoteServer icon indicating copy to clipboard operation
PythonRemoteServer copied to clipboard

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

Open derived-coder opened this issue 2 years ago • 0 comments

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?

derived-coder avatar Aug 21 '23 18:08 derived-coder