-
Notifications
You must be signed in to change notification settings - Fork 129
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
Irritating warning Already signed out
#645
Comments
@bednar - looks like we are re-using the |
The issue is caused by reusing the |
any updates? |
@ycherabai, unfortunately not. However, would you be interested in assisting with this? We welcome all PRs and would be glad to review your contribution. |
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
(see example code below)
Expected behavior:
Each connection is independent, performs as expected and does not trigger any unexpected warnings
Actual behavior:
Each connection is independent, performs as expected.
However, querying the second connection results in a log-warning:
As far as my debugging attempts got me, the reason is that the same
AuthenticateInterceptor
object is reused for multiple connections, and itssignout
flag is set when the first connection is closed, but is never reset for the second connection...Specifications:
Example Code:
The actual code is connecting to different organizations and different users, so any recommendation to just reuse the client is not helpful.
The text was updated successfully, but these errors were encountered: