Closed nehararora closed 7 years ago
Fixed bug in the sample usage where since signed bytes were being read in, the palyoad length could be different from actual payload length. By using the DataInputStream.readUnsignedShort() method we avoid this.
Fixed bug in the sample usage where since signed bytes were being read in, the palyoad length could be different from actual payload length. By using the DataInputStream.readUnsignedShort() method we avoid this.