when the input channel put multi messages once
the message not forward in same sequence to output channel
example:
input channel send this multi messages once:
message then picture then file
output channel will be get like that:
message then file then picture
or
picture then file then message
is there a fix?
*this only happen if the input send multi messages once it's the same time