Add message.Bytes()
method as an alternative to message.String()
to avoid the string conversion in case you need to use the raw bytes.
Add message.Bytes()
method as an alternative to message.String()
to avoid the string conversion in case you need to use the raw bytes.