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

Getting pin values take too long when there are a lot of pins on the page #652

Open
amks1 opened this issue Jun 26, 2024 · 1 comment
Open

Comments

@amks1
Copy link
Contributor

amks1 commented Jun 26, 2024

This is with respect to an internal tool where I have around 150 pin inputs on the page which are dynamically generated for each user to enter certain variables for configurations.

It takes around 40 seconds to get the values of all these, because there is message to and from the server to retrieve each of them.
image

Can we explore something like pin.get_pin_values(*pin_names) to get the values of all the inputs in one message?

@wang0618
Copy link
Member

It's a good idea to provde an api to get multiple pin values at one time. I will add this api in next few weeks

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

2 participants