Pasha Shkaran

Results 4 issues of Pasha Shkaran

If your application will have pagination this approach will not work. Because when you set new data to items List it will return only new ones.

This solution isn't works if webview will call POST request

**Describe the bug** When subscribing to Binance Authenticated Channels, specifically POSITIONS and ORDER_INFO, the feed operates correctly for approximately four minutes before encountering an issue and throwing an exception. However,...

bug

I want to start my script in a separate process. And Cryptofeed is a part of this new process. ``` p = multiprocessing.Process(target=init_app) p.start() ``` but cryptofeed fails by a...

question