I am trying to use multiprocessing and queue on streaming data. I am facing issue in 'ON_TICK' function on parameter passing like kws.on_tick= on_tick(**kwargs,**kwargs, q1) {where q1 is a Queue}.
I tried looking into documentation for websocket class but couldn't get it. Where can I find Websocket class code.
You can find all the resources here.