In your function, the consumer's receiving function can only receive fstring type. What should I do if I want to get the original message with the same byte size as the original one?
Hey @handsomexw
If you mean producing byte[] and consuming byte[] i can add that functionality in future update.
Also you can always encode/serialize your data and push it.
In your function, the consumer's receiving function can only receive fstring type. What should I do if I want to get the original message with the same byte size as the original one?