ALE Posted June 3, 2020 Share Posted June 3, 2020 Hi All, is there a way to make the server waiting for two (or any defined number) entities to begin the processing? I would like the server to begin processing only when two entities has arrived. Then the two entities leaves the server at the same time, and other two begin being processed. Can I do it without defining a process? Link to comment Share on other sites More sharing options...
dsturrock Posted June 9, 2020 Share Posted June 9, 2020 People often miss the fact that a Combiner is basically just a Server with some extra combining logic. It sounds like that is exactly what you need here. Replace your Server with a Combiner, then immediately follow your Combiner with a Separator to restore the entities to their individual members. Link to comment Share on other sites More sharing options...
Recommended Posts