mirageAlchemy
mirageAlchemy
I dont think the implementation of quest backend is the sole reason, but rather the book fed to the backend is with less depth than specified. I am downloading binance...
after replace all the `await self.queue.put(update)` in `quest.py` with ``` if self.multiprocess: self.queue[1].send(update) else: await self.queue.put(update) ``` the problem is gone. I noticed that for generally other backend handler, this...
Hi, thanks for the reply and this amazing piece of work! I understand the concerns: 1. it has to be portable 2. it should be a header only library 3....