diff -r 81949104291d -r 46447d99e5f9 tests/wamp/.crossbar/config.json --- a/tests/wamp/.crossbar/config.json Wed Jul 04 14:10:03 2018 +0200 +++ b/tests/wamp/.crossbar/config.json Wed Jul 04 14:17:00 2018 +0200 @@ -39,13 +39,15 @@ "transports": [ { "type": "websocket", + "debug": true, "endpoint": { "type": "tcp", "port": 8888 }, "url": "ws://127.0.0.1:8888/", "serializers": [ - "msgpack" + "msgpack", + "json" ] } ]