The original title for this issue was Change DataTransmitMessage's data field type to accommodate binary data. See discussion here and here.
It relates to #424 and may still have implications on #432.
However, as noted below, we cannot simply change the data field from str to bytes, as this breaks the implementation for serialization. That said, this leaves in question whether/how we can support anything beyond unicode data. This issue should track further discussion and work on addressing this.
The original title for this issue was Change
DataTransmitMessage'sdatafield type to accommodate binary data. See discussion here and here.It relates to #424 and may still have implications on #432.
However, as noted below, we cannot simply change the
datafield fromstrtobytes, as this breaks the implementation for serialization. That said, this leaves in question whether/how we can support anything beyond unicode data. This issue should track further discussion and work on addressing this.