ERnsTL / flowd

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

Add working edge message transfer #222

Closed ERnsTL closed 2 years ago

ERnsTL commented 2 years ago

Works as intended on first try, only the debug outputs were wrong:

 INFO  flowd_rs > waiting for next message
 INFO  flowd_rs > this is thread
 INFO  flowd_rs > Repeat is now run()ning!
 INFO  flowd_rs > got a packet, repeating...
 INFO  flowd_rs > sent
 INFO  flowd_rs > this is thread
 INFO  flowd_rs > Drop is now run()ning!
 INFO  flowd_rs > got a packet, dropping.