It looks like you're new here. If you want to get involved, click one of these buttons!
ticker.Close();
and then do ticker.Connect();
ticker = null;
and then doing ticker = new Ticker(ApiKey, KiteAccessToken);
https://kite.trade/docs/connect/v3/user/
You don't have to do anything. dotnetkiteconnect will take care of it for you. You just need to enable reconnect while initializing ticker.
You can check out the sample code here.