-
Notifications
You must be signed in to change notification settings - Fork 18
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
Callback for starting chat errors #119
Comments
Hi @francescogatto and thank you for your feedback. Upon chat initialization (first 15s), if any error occured until a complete connection to the chat socket, this error dialog appears. Here, the user is given 2 options:
What you wish from the SDK is to fire a callback when the error occured or before relaunching the whole connection process when the user hits the "TRY AGAIN" button? In both ways, I think the SDK will need the feedback that the hosting app has handled the error (doing something or not) in order to relaunch the connection process knowing that the app has finish handling the error. As in the future, the Crisp chat should be embeddable as a fragment (#70), all this process should be managed by the
Let me know if this is what you expected :) |
If you want more details about it, I have opened issue #133 especially to explain what has been fixed. |
Without any feedback since more than a year, I consider this issue fixed. |
In this moment, if the sdk have some problems to connect to the chat, the developer cannot do nothing and user see a bad dialog that ask to retry. In my case, some conversation doesn't work and the unique method is to change the token session for that user. So i ask a callback error from your sdk to the android app, so the developer can manage it
The text was updated successfully, but these errors were encountered: