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

add 'unauthenticated' event, fix 'unsubscribed' event capabilities, update missing typedefs #147

Merged
merged 5 commits into from
Aug 15, 2023

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    324de9a View commit details
    Browse the repository at this point in the history
  2. add BaseServer 'unauthenticated' event on par with 'authenticated' to…

    … allow advanced logging catch ServerClient (unavailable via reporter interface)
    erictheswift committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    707692f View commit details
    Browse the repository at this point in the history
  3. add 'unsubscribed' event clientNodeId last arg (that can be either se…

    …rverNodeId (server-initiated -ch) or clientNodeId (client-initiated -ch)
    erictheswift committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    303b9c0 View commit details
    Browse the repository at this point in the history
  4. ClientServerdestroy: allow 'unsubscribed' event handler to retrieve S…

    …erverClient by evicting nodeIds / clientIds later, after unsubscribe
    erictheswift committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f8de25f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix indent

    erictheswift authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    baecc2a View commit details
    Browse the repository at this point in the history