Fixed - HP NONSTOP OS is not supported by MapCacheEventCodec #1956

pull/1990/head
Nikita Koksharov 6 years ago
parent 0d64e0fb62
commit 06f8ec1572

@ -107,7 +107,7 @@ public class MapCacheEventCodec implements Codec {
int keyLen;
if (osType == OSType.WINDOWS) {
keyLen = buf.readIntLE();
} else if (osType == OSType.WINDOWS) {
} else if (osType == OSType.HPNONSTOP) {
keyLen = (int) buf.readLong();
} else {
keyLen = (int) buf.readLongLE();

Loading…
Cancel
Save