fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
authorEdouard Tisserant
Mon, 13 Aug 2018 15:00:51 +0200
changeset 2265 2de61e2fbf14
parent 2264 cbdac78eb93c
child 2267 e83aa36b6627
fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
runtime/WampClient.py
--- a/runtime/WampClient.py	Mon Aug 13 14:58:59 2018 +0200
+++ b/runtime/WampClient.py	Mon Aug 13 15:00:51 2018 +0200
@@ -338,6 +338,7 @@
 
 
 def SetServer(pysrv):
+    global _PySrv
     _PySrv = pysrv