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
Currently we identify base/quote currencies by calling OnGetMarketSymbolsMetadataAsync().
If instrument is going to be delisted soon it may be removed from the metadata response, while it still remains in the ticker response.
This leads to throwing an exception and failing to return the remaining valid ticker data.
ParseTickerAsync() should be wrapped in try block.
Will submit PR with the fix in a minute.
The text was updated successfully, but these errors were encountered:
Currently we identify base/quote currencies by calling
OnGetMarketSymbolsMetadataAsync()
.If instrument is going to be delisted soon it may be removed from the metadata response, while it still remains in the ticker response.
This leads to throwing an exception and failing to return the remaining valid ticker data.
ParseTickerAsync()
should be wrapped in try block.Will submit PR with the fix in a minute.
The text was updated successfully, but these errors were encountered: