Fix wamp rpc registration

Change-Id: I5b7650d06baa85f1f014b79b3dcc5448e11e35ae
This commit is contained in:
Fabio Verboso 2018-02-27 16:40:32 +01:00
parent 53a3b766e2
commit 9514a517fd
1 changed files with 2 additions and 4 deletions

View File

@ -151,11 +151,9 @@ class WampManager(object):
u'stack4things.register')
LOG.info("I have been set as registration agent")
session.register(fun.connection,
AGENT_HOST +
+ u'.stack4things.connection')
AGENT_HOST + u'.stack4things.connection')
session.register(fun.echo,
AGENT_HOST +
+ u'.stack4things.echo')
AGENT_HOST + u'.stack4things.echo')
LOG.debug("procedure registered")
except Exception as e: