Products | Versions |
---|---|
TIBCO SmartSockets | - |
Not Applicable | - |
Resolution:
The reason for this particular error is because when using *connection level compression* both sides of the connection must have the same Compression and Compression_Name option values in order for a connection to be made. (Default compression name is "zlib"). So in your RTclient you must set the following:
TutCommandParseStr(setopt compression true);
or
setopt compression true