taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Allow to skip tango attr auto-subscription to conf events #1125

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

TangoAttribute subscribes to configuration events automatically. This sometimes may not be wanted/needed(see https://github.com/taurus-org/taurus/issues/1118 ). Add an entry in tauruscustomsettings, allowing to disable this autosubscrition (but maintain the current behaviour by default).

This can be used (among other things) as a workaround to fix #1118 until #tango-controls/pytango#371 is fixed