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

Do not lose exception in bloop connection check #552

Commits on Jan 18, 2022

  1. Do not lose exception info in bloop connection check

    Exceptions in Operations.startServer.check0 were ignored (not passed
    to the promise). In case of a recurringe exception, the result
    presented to the user was just timeout.
    
    After this change, if timeout occurs, the method fills promise with
    the last, or almost last exception.
    tpasternak committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9f00216 View commit details
    Browse the repository at this point in the history