Hi all,
We are using Taurus framework to develop GUI’s for control and monitoring system application. GUI subscribes remote tango device server using following technique:
remote_server_Device_Proxy = PyTango.DeviceProxy(hostname:10000/dsserver/test/1)
We are accessing attribute value like:
remote_server_Device_Proxy.attr_name
While accessing this attribute details if device server is disconnected It freeze main application thread.
It would be helpful if someone from PyTango expertise can help us with this issue. If possible we also can have discussion over call/WebEx