ERnsTL

Results 107 issues of ERnsTL

``` 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 >...

Goal: * we cannot afford to bet on one single format, or bet on a popular one and hope that it will be well-maintainend and keep up. * Mix of...

* serde borrow * see https://serde.rs/field-attrs.html

* Currently, they are structs with fixed fields, but should be a hashmap * for example GraphChangenodeMetadata receives various more fields from noflo-ui and currently discards these * unify metadata...

* currently lots of code duplication * error handling could easily be unified into a common function * Problem: 1. Hand over the full payload? No separation of concerns. But...

* see graph:clear message -> requires multiple graph support and somehow (?) subgraph support

... for those where it is possible * or go the other way around and make them into messages and use the same structs for "requests" and "responses" (and notifications...