I'm trying/learning crossbar.io
with Autobahn/Python. I could create some small components to write a file, run shell commands and now I'm following this description.
I have the config
example from Router with Application Session
in .crossbar/config.json
.
unfortunately I get this:
[root@devtest write_file]# /opt/pypy/buildout/venv/bin/crossbar check
Checking local configuration file /opt/crossbar/write_file/.crossbar/config.json
Error: encountered unknown attribute 'processes' in top-level configuration
I don't know how to combine the example config
with some working config
.
I'll appreciate any help.
Thanks.