Page 1 of 1

Compression not working

Posted: 22 Sep 2011, 17:43
by mmilen
When a packet larger that the threshold is sent to server from client , this error shows on server console :

[SocketReader] protocol.SFSProtocolCodec - Error deserializing request: java.lang.IllegalStateException: Invalid SFSDataType. Expected: 18, found: 120

Any idea what is causing it and when can we expect to be fixed?

Posted: 20 Oct 2011, 09:29
by crino
i'm getting the same error on iphone client sending 19kb.
already tried to 'disable' threshold with 1024000000 but without success.

Any fix??

Posted: 20 Oct 2011, 11:11
by mmilen
The increase of threshold worked for me. But that is not very good solution as occasionally I need that large packet and it is better to have it zipped.