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

Investigate the sleeps that can be found in Python driver #1695

Open
RobertPoienar opened this issue Oct 22, 2024 · 0 comments
Open

Investigate the sleeps that can be found in Python driver #1695

RobertPoienar opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
2.2.1 bug Something isn't working

Comments

@RobertPoienar
Copy link
Contributor

There are 2 sleeps of 0.1s in the python driver, this slows down considerable the speed of the commands. On the other driver we don't have this, so wee need to check if we still need them

https://github.com/alttester/AltTester-Unity-SDK/blob/development/Bindings~/python/alttester/commands/base_command.py#L225

https://github.com/alttester/AltTester-Unity-SDK/blob/development/Bindings~/python/alttester/_websocket.py#L333

@RobertPoienar RobertPoienar added bug Something isn't working 2.2.0 labels Oct 22, 2024
@RobertPoienar RobertPoienar self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.2.1 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants