The thread in the FAQ says i should not implement any logic inside the on_ticks, but should pass the ticks onto some other thread. At the moment I am not applying any logic, but only logging the ticks coming in, like it is shown in the kiteticker ex…
I think this was probably happening because I did not subscribe to any instrument when i called kws.connect(), and then I was subscribing to all the instruments I wanted. The program worked as expected, and logged all the ticks despite the error.
…