Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Only decompress the payload if it's not empty (#1280)
The message payload is optional and in some cases only message properties are sent. In this case, the message decompression would fail so we only want to do the decompression if the payload is not empty.
- Loading branch information