Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core]: Added a way to get callbacks when any CF goes online or offline #308

Merged
merged 2 commits into from
Sep 2, 2023

Commits on Sep 2, 2023

  1. [Core]: Added a way to get callbacks when any CF goes online or offline

    This addresses issue #210 and provides a way to get callbacks from
    the network manager when a control function changes state.
    Overall this reduces the need to poll the state of your partners in a
    consuming application.
    ad3154 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b0ff083 View commit details
    Browse the repository at this point in the history
  2. [Core]: Changed control function state callbacks to work for all CFs

    Added suggestion from GwnDaan to have the CF state callbacks provide
    callbacks for all CFs rather than specific ones.
    ad3154 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a2b008c View commit details
    Browse the repository at this point in the history