-
msgflo-setup does things in this order:
* Start participants, wait for STDOUT (#92)
* Subscribe to `fbp` queue and wait for discovery messages
However, noflo-runtime-msgflo currently sends the …
-
Currently msgflo-python fails if payloads can't be serialized as JSON:
```
Traceback (most recent call last):
File "/home/bergie/.local/lib/python2.7/site-packages/gevent/greenlet.py", line 536…
-
Currently MsgFlo always creates default queue names like `role.PORT`. However, with MQTT it would be good to use `/` as the separator, as then wildcards work correctly.
http://www.hivemq.com/blog/m…
-
That way the messages will not crop up in an unused queue when there is no coordinator,
and there can be multiple consumers of the messages instead of just one.
Requires changes in all the partici…
-
Hi,
I am following the [MsgFlo tutorial](https://msgflo.org/docs/usage/index.html) and the core/Output component does not print the message on console, even though it receives it.
I did some d…
-
Using the handlers concept, the files under `participants/` (with supported extensions) show up automatically as MsgFlo components, which can then be instantiated as participants.
However NoFlo compo…
-
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…
-
noflo-runtime-msgflo now send/receives some FBP protocol messages (`trace:start` and `trace:dump`). But hopefully soon it will provide the whole protocol (noflo/noflo-runtime-msgflo#30).
If these wer…
-
To reproduce:
* Install Android app from appstore
* Start the app, go to setting to enable mDNS support
* Publish an mDNS entry from a Linux machine using Avahi. Example: `avahi-publish --service…
-
Seems if the dmx backend loses MQTT connection, it doesn't reconnect.