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
The error info here is definitely not useful, but the problem is that it's not completely clear which error to return here. This is a call to the internal poll function which polls the server until it gets the successful result. If this doesn't happen after awhile, it gives up. So the error wouldn't give you much clues, because the error is basically, we didn't get success in the given time. We could perhaps collect all errors, and then somehow hand it off to the app code, though I'm not exactly sure how would I do that. Perhaps introducing some callback for reporting errors.
👋
Right now if an error happens with the native client that error is not shown sometimes:
Thoughts on raising instead of returning an error tuple and causing a MatchError?
The text was updated successfully, but these errors were encountered: