Andrey Demidov

Results 4 issues of Andrey Demidov

**Describe the bug** Not handled exception after disposing BinanceClient after upgrade to 8.0.13 from 8.0.11 **To Reproduce** Dispose client in reconnecting state **Expected behavior** not handled exception will be handled...

13:07:13.31[2]FATAL:UnobservedTaskException: AggregateException: InvalidOperationException:The WebSocket is not connected.:Exception: The WebSocket is not connected. System.InvalidOperationException Stack Trace: at System.Net.WebSockets.ClientWebSocket.get_ConnectedWebSocket() at CryptoExchange.Net.Sockets.CryptoExchangeWebSocketClient.ReceiveLoopAsync() 13:09:03.17[2]FATAL:UnobservedTaskException: AggregateException: ObjectDisposedException:Cannot access a disposed object. Object name: 'SecureString'.:Exception: Cannot...

Can you add method from Binance broker programm to API? https://www.binance.com/en/support/faq/a78a065d0c4846aaa1af474d8e712ab9 For Spot, GET /sapi/v1/apiReferral/ifNewUser For Futures, GET /fapi/v1/apiReferral/ifNewUser

I tried to upload many records via WriteAPI. When I try to send to many records (10000-100000) they are doesn't be received all. When I try to split to 1000...

bug