linkedpipes / visualizations

LinkedPipes Visualization offers vocabulary based Linked Data visualizations
https://visualization.linkedpipes.com
GNU General Public License v2.0
1 stars 0 forks source link

Evaluation sometimes does not start #34

Closed jirihelmich closed 8 years ago

jirihelmich commented 8 years ago

It's a race condition. At least one message with a binding between components is sent after the control actor sends the Run() message.

In case of 2-components pipeline, the data source receives the message to run. It sends it's description to all bound components, which is none. Then it receives a message with a new receiver, the visualizer. Fail.