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: AuthFailed not reported eagerly in Connector::connect #45

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Apr 25, 2024

AuthFailed is a terminal error. It should be reported eagerly if
possible. Currently, there are two problems:

  • AuthFailed is not reported in connection establishment.
  • Session could immediately fail after successful connect.

`AuthFailed` is a terminal error. It should be reported eagerly if
possible. Currently, there are two problems:
* `AuthFailed` is not reported in connection establishment.
* Session could immediately fail after successful `connect`.
@kezhuw kezhuw changed the title fix: AuthFailed not reported in Connector::connect fix: AuthFailed not reported eagerly in Connector::connect Apr 25, 2024
@kezhuw kezhuw merged commit 15582ba into master Apr 25, 2024
12 checks passed
@kezhuw kezhuw deleted the auth-failed branch April 25, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant