tests/wamp/project_files/wampconf.json
author dporopat <denis.poropat@smarteh.si>
Mon, 14 May 2018 08:45:44 +0200
branch#2486
changeset 2204 25dafeb98b55
parent 2203 c8a32ad27c0a
child 2206 1e397afc36a9
permissions -rw-r--r--
#2486 Reconnect funtion in SaveWampClientConf function.
{
    "ID": "wamptest", 
    "active": true, 
    "key": "ABCDEFGHIJ", 
    "password": "1234567890", 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "registerOptions": {
        "concurrency": 2, 
        "invoke": "last", 
        "match": "exact"
    }, 
    "url": "ws://127.0.0.1:8888"
}