dalmy
We are trying to reduce the bandwidth needed for the data coming from lighstreamer to our .Net application. We have turned on compression on the server side, but when looking at the request header from the client to the server there is no "Accept-Content" section. How do we turn on compression on the client side to work with the lightstreamer server?
Mone
Hi,
unfortunately the current .NET client library does not support compression.
dalmy
Thank you for your quick response.
Do you plan on adding compression to the .Net client in the future?
Thanks.
Alessandro Alinone
Hi dalmy,
It is an issue with the underlying .NET classes, which do not support decompression on the fly in streaming mode. So, compression will be automatically supported by Lightstreamer when .NET fixes this issue, as compression is automatically negotiated between the client Microsoft's lib and the server.