frank-flow icon indicating copy to clipboard operation
frank-flow copied to clipboard

Multiple senders of same type gives: EchoSender already exists in this element

Open jacodg opened this issue 3 years ago • 0 comments

Describe the bug Using the following valid configuration:

			<SenderPipe name="Test">
				<ParallelSendersSender>
					<EchoSender/>
					<EchoSender/>
				</ParallelSendersSender>
			</SenderPipe>

Gives: Parsing error found in XML EchoSender already exists in this element

Reporter Jaco de Groot

Category Use the following Tags to categorize your bug report

  • Editor

To Reproduce Steps to reproduce the behavior:

  1. Add a sender like mentioned above
  2. See error at the right bottom of the screen

Expected behavior No error

Screenshots -

Additional context -

jacodg avatar Jun 10 '22 08:06 jacodg