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

[CHANGED] Default connection error handler. #625

Merged
merged 1 commit into from
Jan 23, 2023
Merged

[CHANGED] Default connection error handler. #625

merged 1 commit into from
Jan 23, 2023

Commits on Jan 23, 2023

  1. [CHANGED] Default connection error handler.

    If no error handler is specified by the user, the library will
    use a default error handler that prints some error information
    to stderr.
    
    If the user did not specify an error handler but does not wish
    to have anything printed to stderr, the user should set a dummy
    error handler that does not do anything.
    
    Resolves #622
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    60983fa View commit details
    Browse the repository at this point in the history