-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chore
: Prepare websocket for compressed payload
#197
base: develop
Are you sure you want to change the base?
Conversation
Chore
: Prepare websocket for compressed payload
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a some related to message deleting but could not reproduced it after the second build.
When I tried to delete a message I got the pop up for - Could not delete the message.
Okay that's weird, these websocket changes should actually have no effect on the deletion of messages🤔. In case you find a way to reproduce the bug, please also try whether it occurs on I also tried reproducing the error but did not get an error pop up. |
Problem Description
To reduce the load on the server with sent websocket updates, the Artemis team decided to compress the payloads of websocket updates if the exceed a certain threshold.
This PR closes #195
Changes
Steps for testing
As the compression is not yet live on any servers, we can only test that un-compressed payloads work as before.