-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sometimes API crashes when listening #2
Comments
Also different one:
|
Hi. We highly appreciate you posting this issue. According to the error code, it seems like there was an error while parsing an incoming reply message with an attachment. |
Another crash:
|
And next one 😄
|
You are just warming up, right? :-) |
I didn't debugged or paused on a breakpoint. My app was listening for some longer time, and unexpectedly crashed. |
The |
|
I think the MqttClient crashes are Facebook's issue. We need to add reconnect logic, but that will take some time. Until then, you will have to implement reconnect logic outside this package. (Or submit a PR :) ) |
Probably solved original problem in #2
The text was updated successfully, but these errors were encountered: