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

fix: stop sending RPCs on InstanceNotFound #61

Merged
merged 1 commit into from Feb 6, 2020
Merged

Commits on Feb 5, 2020

  1. fix: stop sending RPCs on InstanceNotFound

    The session pool should handle InstanceNotFound in the same way
    as DatabaseNotFound errors, i.e. stop sending RPCs and also
    consider an instance that has been re-created with the same name
    as a different instance, and hence require the user to re-create
    any database client before it can be used again.
    
    Fixes #60
    olavloite committed Feb 5, 2020
    Copy the full SHA
    996f2ac View commit details
    Browse the repository at this point in the history