on my client system fix-length message has first 2 bytes as length. so, total message let say 128 bytes, when stream arrive system will cut first 2 bytes out and translate them as length. Now message left only 126 bytes (less then 128) real system will reject this message. This would happen only when learn or standby
we did try to increase stream length before reaching SV but SV automatic cut message before send to real service to same as length. How could we force stop automatic cut down message (to 128 bytes) from SV.
Note: real service can accept string longer then the defined length.