suppose i have subscribed a token using subscribe of kiteticker... now runtime i want to subscribe one more ticker, do I need to pass the entire list again, containing bith ticker tokens, or i just need to pass the new ticker and onticks will return ticker for both by appending automatically??
You can just pass the new token using subscribe method.