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

plugin time transitions above 596 hours don't work correctly #321

Open
freddyrios opened this issue Jun 21, 2024 · 0 comments
Open

plugin time transitions above 596 hours don't work correctly #321

freddyrios opened this issue Jun 21, 2024 · 0 comments

Comments

@freddyrios
Copy link
Contributor

freddyrios commented Jun 21, 2024

Reason: underneath there are some methods taking milliseconds for time transitions, which use int that has a max value of 2147483647

Specifically at CA.LoopControlPluginBase.DataVector.TimeAfter

Modify or add overload (for backward compatibility)? public double TimeAfter(int milliseconds)

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