Hello, I am using this library:
using this code:
client = await AsyncClient.create()
bsm = BinanceSocketManager(client)
async with DepthCacheManager(client, symbol=‘AMBBTC’) as dcm_socket:
While True:
…
await client.close_connection()
everything works fine, but after 2 days connected, stop returning data, what is the reason? I don’t get any errors or anything? Any help?