Skip to content

Fix bug SF-816 - DevShort attribute change event has wrong data_type

Reynald Bourtembourg requested to merge github/fork/bourtemb/master into master

If a tango-9 client subscribed for change_event of a DevShort attribute on a tango-8 server, the event_type returned by attr_value->get_type() was DATA_TYPE_UNKNOWN (100), except the first event and events triggered by automatic re-subscription.

Merge request reports