-
Notifications
You must be signed in to change notification settings - Fork 103
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
No description for error codes #264
Comments
Hello,
All error codes listed here: Line 1 in 0af6fd3
The SDK generally survives network issues, reconnects and resubscribes to channels, handles subscription timeouts. But if you get errors upon calling some individual operations like RPC, presence, presence stats, history, publish - then you need to handle retry logic yourself. |
@FZambia |
It means that response to the issued request not received from server in a configured time. |
Is there any docs/description regarding the error msgs that are emitted from the centrifuge instance error event?
for example
timeout
ortransport closed
which are very common to see on production logs.thanks G
The text was updated successfully, but these errors were encountered: