KiteTicker abruptly disconnects without any error every time I modify order. I though that there might be some issue with KiteConnect but then I tried modifying order call using axios. Even when I use axios to modify order, KiteTicker gets disconnected !!
I simply get callback to ticker.on('noreconnect', () => {
})
Also I do not get any error in disconnect event ticker.on('disconnect', (err) => { // err is undefined })