Hi @robertlewis,
I am not sure how you are setting up the TCPIPSender initiation sequence setting, but looks like it should be set to Establish and therefore running before the TCPIPReceiver.
I am not sure if this is possible to set the order in one workspace so I would try placing the TCPIPReceiver and the rest of the lower second half of the workspace in a separate workspace.
Hope this helps.
Hi @robertlewis, I think you will have to run the TCPIPSender and the TCPIPReceiver in different processes (i.e. different workspaces) separately. For example, while the first workapace is running to send a data stream with a TCPIPSender (Initiation Sequence: Establish), you can run the second workspace to receive the stream with a TCPIPReceiver (Initiation Sequence: Connect).
Thank you both @itay and @takashi for the feedback , I'll try this workflow later on this week.