Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

[FEATURE]-Add Subscription Check Timer

Open jonnyarndt opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Feedback subscriptions appear to be randomly dropping between Crestron control processors and Cisco endpoints (firmware: ce9.15.3.22.8ebef840687) while the SSH connection to the Cisco codec remains active.

Describe the solution you'd like Create timer that checks xFeedback list and if no subscriptions exists, re-trigger subscriptions.

Describe alternatives you've considered Keep a list of subscriptions desired and check that list against the Cisco codec based on timer.

Additional context None

jonnyarndt avatar Mar 29 '23 22:03 jonnyarndt

As discussed today: @TrevorPayne

  1. Revise subscription count tracking mechanism from == to <= allowing for subscription requests from other locations to add to subscription count. This prevents current mechanism from printing errors relating to “Invalid subscription count, re-registering all feedback.”
  2. Revise mechanism adding feedback subscription requests forcing all subscription requests to be added to existing LIST for safe tracking.

jonnyarndt avatar Apr 25 '23 17:04 jonnyarndt