Dual Server Socket in two deferent Flow sheet

inari

I have two server socket in two deferent flow sheet, the problem I facing is, when I send request to one of the server socket, the return value getting from both of the server socket.

I change my question. How to create msg.session to tcp reply?

No matter what value you are going to reply to the client, just reply with "msg.payload", do not reply with any other massage when you build socket connection flow, Example for newbie:

DON'T : msg1.payload or _ipadd.payload or any other var with .payload

Always use : msg.payload