You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These last two patches have finally added some exception handling to cadence.
Once they get introduced to the xmpp code as well (and specifically the event handlers), the client will no longer "crash" and we will finally (finally) have fixed the legendary #163 bug.
So this is where that happens.
The text was updated successfully, but these errors were encountered:
Since the handlers don't contain any asynchronous code, this shouldn't be much harder than wrapping them all in a try-catch block, sending errrors to Cadence.handleError() and returning true to strophe.
This was planned in #391:
So this is where that happens.
The text was updated successfully, but these errors were encountered: