I am trying to send binary data through ponte.
I do send these files with Copper and I send a file.
These are the binary values that should be sent:
[4, -30, -30, -9, -115, 0, 1, 0, 1, 0, 96, -32, 46, 0, 0, 0]
But as soon as ponte got this value in its payload it becomes this:
[4, -17, -65, -67, -17, -65, -67, -17, -65, -67, -17, -65, -67, 0, 1, 0, 1, 0, 96, -17, -65, -67, 46, 0, 0, 0]
Any idea how to fix this?