Igoris
Igoris
I have the same problem, when ConnectionError is raised task is remaining locked.
I tried to pass less symbols and seems that only LTC/BTC is being pushed: ``` In [16]: while True: ...: try: ...: res = await cl.watch_tickers(['ETH/USDT', 'ETH/BTC', 'BTC/USDT', 'LTC/BTC']) ...:...
verbose log is very huge, cannot print the full output here
maybe it's using futures endpoint? and 'ETH/USDT', 'ETH/BTC', 'BTC/USDT' does not exist on the futures?
I upgraded to ccxt version 4.1.90, now it pushes all tickers regardless of me passing them to watch_tickers method or not. But i noticed that instead of BTC/USDT it returns...