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

CURA-11103 Fail sending a message that is too big to be parsed #157

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

wawanbreton
Copy link
Contributor

When sending a message, we now check that the actual message size is not too big, otherwise the message will be sent but we won't be able to parse it on the receiver side. Now we fail earlier so that the front-end can detect it properly.

CURA-11103

CURA-11103

Previously we would correctly send the message, but be unable to parse
it at receiving time. Now we apply a more fail-fast strategy.
@HellAholic HellAholic merged commit 168725a into main Sep 30, 2024
6 checks passed
@HellAholic HellAholic deleted the CURA-11103_display-message-file-too-big branch September 30, 2024 08:34
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

Successfully merging this pull request may close these issues.

3 participants