runtime/WampClient.py
changeset 1955 a1ea9856013a
parent 1901 e8cf68d69447
child 2193 259df9ecf9ca
--- a/runtime/WampClient.py	Tue Feb 20 14:24:30 2018 +0100
+++ b/runtime/WampClient.py	Tue Feb 20 14:46:12 2018 +0100
@@ -93,7 +93,7 @@
         ID = self.config.extra["ID"]
         print('WAMP session joined by :', ID)
         for name in ExposedCalls:
-            regoption = types.RegisterOptions(u'exact', u'last', None, None)
+            regoption = types.RegisterOptions(u'exact', u'last')
             yield self.register(GetCallee(name), u'.'.join((ID, name)), regoption)
 
         for name in SubscribedEvents: