diff -r 2cef75d036c2 -r 9017e830ae70 tests/wamp/project_files/wampconf.json --- a/tests/wamp/project_files/wampconf.json Mon Apr 09 14:38:38 2018 +0200 +++ b/tests/wamp/project_files/wampconf.json Tue Apr 10 09:54:22 2018 +0200 @@ -4,5 +4,6 @@ "ID":"wamptest", "password":"1234567890", "key":"ABCDEFGHIJ", - "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60} + "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60}, + "registerOptions":{"match":"exact", "invoke":"last", "concurrency": 2} }