frank-flow
frank-flow copied to clipboard
Multiple senders of same type gives: EchoSender already exists in this element
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:
- Add a sender like mentioned above
- See error at the right bottom of the screen
Expected behavior No error
Screenshots -
Additional context -