Fixed compression on callback (#5340)

The callbacks are not being compressed =/
Related to the #5340
This commit is contained in:
Victor Gonçalves 2020-10-26 13:26:15 -03:00 committed by GitHub
parent a317a875e7
commit 2767db5dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,8 +56,6 @@ public class ClientCallback implements Serializable {
} else {
this.data = CompressUtil.compress(data);
}
this.data = data;
}
public void decompressData() {