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

Loom Does Not Indicate When the JSON is Full #81

Closed
prototypicalpro opened this issue Mar 3, 2020 · 0 comments
Closed

Loom Does Not Indicate When the JSON is Full #81

prototypicalpro opened this issue Mar 3, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@prototypicalpro
Copy link
Member

Describe the bug
Loom uses a StaticJsonDocument for its internal JSON storage. Because of this, the amount of data that Loom can process during a single measurement cycle is limited. Though this limit is quite high, Loom provides no indication that the maximum has been reached-- meaning data above this limit is silently discarded (as is the default behavior of a StaticJsonDocument). To prevent confusion, Loom should provide some notice that the user has reached the maximum allowable data size.

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

No branches or pull requests

1 participant