wxglade_hmi/README
author |
Edouard Tisserant |
|
Tue, 09 Apr 2019 09:13:55 +0200 |
changeset 2582 |
8f0d6c5fd55f |
parent 728 |
e0424e96e3fd
|
permissions |
-rw-r--r-- |
Fix deadlock when indirectly calling PLCObject's evaluator() from twisted of wx event loops. Was freezing while transfer/start/stop through Wamp. Serialize all PLCObject's call to self.PythonRuntimeCall into the same PythonThread thread.