tests/wamp/.crossbar/config.json
branchnevow_service_rework
changeset 2211 46447d99e5f9
parent 2194 35d6b9321ffd
--- 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"
                     ]
                 }
             ]