-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incorrect user name #157
Comments
Hi @FrantisekGazo and thank you for your feedback. The |
so it may be caused by calling there's no callback to know when exactly configure() call was completed and those buffer vars cleared. |
Sorry for not answering you sooner... Public API works synchronously so if you call So if you call For the moment, public API is not thread-safe, i.e. is running commands in the caller thread. Maybe that's the issue in your case? Maybe you're calling Anyway, I'm working on the next release. Maybe we could add a |
thank you for the answer. the used thread should be the same for it's hard to replicate and doesn't happen often, so I'll wait for your next release. |
Hi @Doc1faux |
@Doc1faux |
we call both
Crisp.setTokenID(...)
andCrisp.setUserNickname()
but sometimes the nickname gets ignored.when I look into the
setUserNickname()
code i see just an obfuscated code:Can you please clarify in what circumstances it's ignored (set to null) ? That could help me explain our issues and fix them cause currently I'm not able to reliably replicate this behavior - it happens only sometimes.
The text was updated successfully, but these errors were encountered: