--- 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