[Announce] Autobahn-Python-Runners 18.03.15

Hi all

I’m happy to announce a new release of the autobahn-python-runners package.

Can you install the new release as follows:

pip install autobahn-python-runners==18.03.15

The documentation at https://pypi.org/project/autobahn-python-runners/ has also been updated.

This new release adds on new feature but it’s quite a useful one. The feature in question is available when using the asyncio multi-runner and provides an automated check

which to determine if the WAMP connection for a given Component has failed. In the instance a failure is detected a new instance of the Component is created and connects

to the WAMP router. This feature is disabled by default and can be enabled by supplying the –necromancy flag to the multi-runner script/module.