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

Chore: Prepare websockets for compressed payloads #195

Open
FelberMartin opened this issue Dec 6, 2024 · 0 comments · May be fixed by #197
Open

Chore: Prepare websockets for compressed payloads #195

FelberMartin opened this issue Dec 6, 2024 · 0 comments · May be fixed by #197
Assignees
Labels
chore House keeping; non-functional, non-visual changes

Comments

@FelberMartin
Copy link
Collaborator

Problem

The Artemis server is currently facing performance problems due to too large websocket updates. Because of that, it is planned to automatically compress payloads that are larger than a certain threshold. This will we a breaking change and needs to be handled by the Android app websocket in advance.

Next steps

  • Check for compressed: true in header and de-compress the payload with Gzip
  • Add tests
@FelberMartin FelberMartin added the chore House keeping; non-functional, non-visual changes label Dec 6, 2024
@FelberMartin FelberMartin self-assigned this Dec 6, 2024
@FelberMartin FelberMartin linked a pull request Dec 6, 2024 that will close this issue
@FelberMartin FelberMartin linked a pull request Dec 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore House keeping; non-functional, non-visual changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant