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

[envelope lib] Avoid issue with converting very large data delay to integer #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FMassin
Copy link
Member

@FMassin FMassin commented Feb 20, 2024

This is adding a catch statement in the envelope buffer time limit update method in order to avoid a crash in case the delay between the current time and record start time cannot be converted implicitly to a double, which seems to happen when the delays reach enormous values (over 1 billion second).

This requires to be heavily tested before integration.

@FMassin FMassin changed the title Avoid issue with converting X large data delay to int [envelope lib] Avoid issue with converting very large data delay to integer Aug 14, 2024
@FMassin FMassin added the bug Something isn't working label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant