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 large JSON payloads for CustomStatus messages #36

Closed
marcduiker opened this issue Aug 17, 2020 · 0 comments
Closed

Prevent large JSON payloads for CustomStatus messages #36

marcduiker opened this issue Aug 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@marcduiker
Copy link
Owner

Since the entire LatestReleases object was being captures as the custom status message this results in frequent errors about the JSON serialized payload was too large:
The UTF-16 size of the JSON-serialized payload must not exceed 16 KB. The current payload size is 27 KB.

@marcduiker marcduiker added the bug Something isn't working label Aug 17, 2020
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