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
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Hi @ab-taktik, there's a pull request in #49, which exposes the onFailure method, I will be reviewing it this week and merging it to master. Stay tuned.
Hi @joaopsilvto , great! will be there some example like a cookbook how to implement the error handling properly? Maybe you could also recap the last changes (e.g. related to your recommendation to use singletons instead of creating API instance).
Thanks, @fromjgor
The BinanceApiAsyncRestClient is useless if the caller of the async method isn't notified in case of error.
The BinanceApiCallback interface must have an onFailure() method so that the caller can be notified of errors.
The text was updated successfully, but these errors were encountered: