I was holding myself for few days, before posting this. But I had it all, from last few days, I am getting the below exception quite frequently and the reconnection happens after an hour or so.. Previousy this used to occur once in 2 week, but now it has become a ritual.
Please look into this in priority.
Exception: com.neovisionaries.ws.client.WebSocketException: Failed to connect to 'ws.kite.trade:443': Connection timed out: connect at com.neovisionaries.ws.client.SocketConnector.doConnect(SocketConnector.java:136) at com.neovisionaries.ws.client.SocketConnector.connect(SocketConnector.java:83) at com.neovisionaries.ws.client.WebSocket.connect(WebSocket.java:2152) at com.zerodhatech.ticker.KiteTicker.connect(KiteTicker.java:214) at com.zerodhatech.ticker.KiteTicker.reconnect(KiteTicker.java:646) at com.zerodhatech.ticker.KiteTicker.doReconnect(KiteTicker.java:128) at com.zerodhatech.ticker.KiteTicker$1.run(KiteTicker.java:105) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505)