Posted July 20, 2017 by The any Key
In this update the RPC got a new argument that you can pass a data string.
As default RPC is converted to JSON. But this means that a data string will become very large. About 4x the size of the message.
But you can now provide a data string that use a native string buffer. This reduce the send size with about 70%.