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

[ADDED] Allow client to choose whether to execute callbacks on Close() #514

Merged
merged 2 commits into from
Oct 4, 2019

Commits on Aug 30, 2019

  1. FIX #513. Added connection option NoCallbacksAfterClientClose which

    disables the invocation of callbacks if the client code directly calls
    Close(). If case of a library initiated close, callbacks will be
    invoked as they currently are.
    aricart committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b8e119a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. review comments

    aricart committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d2b2945 View commit details
    Browse the repository at this point in the history