Chore
: Prepare websockets for compressed payloads
#195
Labels
chore
House keeping; non-functional, non-visual changes
Chore
: Prepare websockets for compressed payloads
#195
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
compressed: true
in header and de-compress the payload with GzipThe text was updated successfully, but these errors were encountered: