python runtime: more Wamp client fixes
authorEdouard Tisserant <edouard@beremiz.fr>
Fri, 28 Feb 2025 16:43:36 +0100 (4 weeks ago)
changeset 4122 e2a9eaf4889a
parent 4121 ef48f96ccf06
child 4123 7a44882ea126
python runtime: more Wamp client fixes
runtime/WampClient.py
--- a/runtime/WampClient.py	Fri Feb 28 16:41:26 2025 +0100
+++ b/runtime/WampClient.py	Fri Feb 28 16:43:36 2025 +0100
@@ -67,9 +67,9 @@
     ("MatchMD5", {}),
     ("SetTraceVariablesList", {}),
     ("GetTraceVariables", {}),
-    ("RemoteExec", {}),
     ("GetLogMessage", {}),
-    ("ResetLogCount", {})
+    ("ResetLogCount", {}),
+    ("ExtendedCall", {})
 ]
 
 # de-activated dumb wamp config
@@ -157,7 +157,6 @@
 
     def onLeave(self, details):
         global _WampSession, _transportFactory
-        super(WampSession, self).onLeave(details)
         _WampSession = None
         _transportFactory = None