Avoid filtering first change event
If the FILTER_OLD_TANGO_EVENTS feature is enabled the first CHANGE_EVENT could be rejected; even if the subscription state is Subscribing, causing side effects.
Avoid dropping a valid change event checking the subscription state.
This is an alternative approach to that of #808