tests/wamp/.crossbar/config.json
changeset 2245 fe3394697b02
parent 2194 35d6b9321ffd
--- a/tests/wamp/.crossbar/config.json	Mon Aug 06 13:14:50 2018 +0200
+++ b/tests/wamp/.crossbar/config.json	Mon Aug 06 14:30:43 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"
                     ]
                 }
             ]