ERnsTL / flowd

An inter-language runtime for flow-based programming (FBP)
Other
25 stars 2 forks source link

noflo-ui is requesting component:list twice? #196

Open ERnsTL opened 2 years ago

ERnsTL commented 2 years ago
INFO  flowd_rs > got a client
 INFO  flowd_rs > entering receive loop
 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > got a text|binary message
 INFO  flowd_rs > got runtime:getruntime message with secret 123
 INFO  flowd_rs > response: sending runtime:runtime message
 INFO  flowd_rs > response: sending runtime:ports message
 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > got a text|binary message
 INFO  flowd_rs > got component:getsource message
 INFO  flowd_rs > response: preparing component:source message for graph
 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > got a text|binary message
 INFO  flowd_rs > got component:list message
 INFO  flowd_rs > response: sending component:component message(s) and closing component:componentsready response
 INFO  flowd_rs > sent 0 component:component responses
 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > got a text|binary message
 INFO  flowd_rs > got component:list message
 INFO  flowd_rs > response: sending component:component message(s) and closing component:componentsready response
 INFO  flowd_rs > sent 0 component:component responses
 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > got a text|binary message
 INFO  flowd_rs > got network:getstatus message
 INFO  flowd_rs > response: sending network:status message
 INFO  flowd_rs > waiting for next message
ERnsTL commented 2 years ago