-
Notifications
You must be signed in to change notification settings - Fork 2
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
Passing an instanceName other than "\$default_instance" fails with TimeoutException #39
Comments
Hi @wilburx9, many thanks for reaching out. To help us better assist on this, please let us know:
|
Edit 1: Edit 2: |
On edit 2: Yes, this is the expected behavior. The SDK's instance name cannot be changed after instantiating. |
Thanks for the clarification. Can the documentation be updated to reflect this behaviour? It currently says "You can dynamically set the configuration after initialization." |
When you pass an
instanceName
other than"\$default_instance"
to the Configuration, it throws:This works:
This also works:
But this throws the exception mentioned earlier:
Why do I need multiple instances? This is e trying to solve #40, one for logged in session and the other before they log in.
I am using
v1.11.0
The text was updated successfully, but these errors were encountered: