diff -r ff4410112b67 -r 9d1547578f55 runtime/WampClient.py --- a/runtime/WampClient.py Thu Jan 11 13:02:09 2018 +0100 +++ b/runtime/WampClient.py Thu Jan 11 15:39:58 2018 +0100 @@ -152,6 +152,9 @@ WampSecret = LoadWampSecret(secretfname) + if WampSecret is not None: + WSClientConf["secret"] = WampSecret + # create a WAMP application session factory component_config = types.ComponentConfig( realm=WSClientConf["realm"],