Stuck Communication with Automatic Update Script for BECFigure
Bug report
Summary
The communication is stuck if some element do not respond and the BECFigure
is set with some update script.
Expected Behavior vs Actual Behavior
If user CTRL-C some event in BECIPythonClient
, the client should be responsive after.
Steps to Reproduce
There is a device for testing which can fail or not respond.
- start
bec
with update_script enabled for BECFigure -
dev.failure_device.fails.set(0)
→ device do not fail -
scans.line_scan
with that device -
dev.failure_device.fails.set(2)
→ device will not respond, device gets just stuck -
CTRL-C
the running scan - No communication is no possible from this point !!!
Related Issues
[Paste links to any related issues or feature requests.]
Edited by wyzula_j