Hi, can someone help me on this matter?
I'm having a situation, in which I have 2 different object process flows (like in the figure), attached to 2 separate objects. The first object (socket server) will receive a string-type message, process it and then send the processed message to the second object (message parser).
I would like to ask for the best way to handle the transfer of the message between the objects. I have tried to use the label method, but it seems to be not efficient, especially when I may have around 10+ messages received in the socket server at a time.
Many thanks in advance,
Hoang Nguyen