beremiz

python runtime: more Wamp client fixes
py2compat
15 months ago, Edouard Tisserant
6f6e60862296
Parents c1b4f72b2f01
Children e98a14ff2cc4
python runtime: more Wamp client fixes
--- a/runtime/WampClient.py Fri Feb 28 16:41:26 2025 +0100
+++ b/runtime/WampClient.py Fri Feb 28 16:43:36 2025 +0100
@@ -71,9 +71,9 @@
("MatchMD5", {}),
("SetTraceVariablesList", {}),
("GetTraceVariables", {}),
- ("RemoteExec", {}),
("GetLogMessage", {}),
- ("ResetLogCount", {})
+ ("ResetLogCount", {}),
+ ("ExtendedCall", {})
]
# de-activated dumb wamp config
@@ -161,7 +161,6 @@
def onLeave(self, details):
global _WampSession, _transportFactory
- super(WampSession, self).onLeave(details)
_WampSession = None
_transportFactory = None