Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
invalid JSON for non-transaction message in v1 (yugabyte#266)
Non-transactional messages contain only one object. It means comma should not be provided for such JSON objects. If you are sending a non-transactional message into a transaction, it should guarantee that comma is only emitted for transactional commands. Hence, the previous check is weak and it should also check for transactional information. Fixes yugabyte#266
- Loading branch information