Henri Bergius

Results 153 issues of Henri Bergius

There are some situations that may need changes in other graphs than the one being currently edited: - Exported ports are added to a graph that didn't have any -...

enhancement

Currently we show an ArrayPort in NoFlo UI simply as a port that can have multiple connections. However, this doesn't show the fact that ArrayPort connections are individually addressable (see...

enhancement

It would be nice to make PhpFlo a [Flowhub](http://flowhub.io) compatible FBP runtime by implementing the [FBP protocol](http://noflojs.org/documentation/protocol/). In addition to Flowhub, this would also open the possibility to use other...

The MicroFlo MsgFlo compatibility mode (see microflo/microflo#143) makes participants that don't have a namespace. This causes errors within MsgFlo: ``` Participant discovery failed: Cannot set property 'definition' of undefined TypeError:...

bug
discovery

There are situations where we have MsgFlo participants are already bound to each other. The setup should not touch those, but know that the connection exists. Example: Foreign MQTT participants...

bug

Viewing MsgFlo in Flowhub live mode, switching to edit mode: as result we have two running instances of `msgflo-register-foreign` with same role: ``` ├─702 node ./node_modules/.bin/msgflo-register-foreign participants/panel.yml --role weltenbaulab --forever=true...

bug
need-info

With MsgFlo coordinator we have two ways to have processes appear in the graph: * Started by MsgFlo coordinator itself * `--ignore`d and assumed to be running somewhere and sending...

bug
discovery

Now coordinator crashes on malformed discovery messages, as reported in c-base/c-flo#35 ``` May 14 03:31:26 c-flo node[3134]: Participant discovery failed: Discovery message missing .inports May 14 03:31:26 c-flo node[3134]: Error:...

enhancement
discovery

From [c-flo](https://github.com/c-base/c-flo): ``` (node:1296) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 participant-added listeners added. Use emitter.setMaxListeners() to increase limit ```

bug