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

Prevent unnecessary writes #18

Open
amarcolini opened this issue May 27, 2024 · 1 comment
Open

Prevent unnecessary writes #18

amarcolini opened this issue May 27, 2024 · 1 comment

Comments

@amarcolini
Copy link

I'm aware of PhotonFTC's asynchronous read capabilities, which help cut down on calling reads too often / unnecessarily. I think a great feature addition would be adding the same capabilities for writes. This could come in the form of:

  • Having the ability to set a write frequency for certain hardware devices. Writes would be called normally, but they would actually only be sent per the desired frequency.
  • The same as above, but instead of a frequency, PhotonFTC could use a tolerance (e.g., if the called write is different enough from the last issued write, then it would be sent).
  • A mixture of both.

I'm also available to contribute on this.

@Eeshwar-Krishnan
Copy link
Owner

Started fixing this in 3.0.1-Alpha, on the roadmap for 3.1

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