Hi @sujith , I have been noticing that I'm not receiving any order updates since 16th May. I checked the logs and found that I have received order updates for each order till 15th. Could you please check?
Hi @sujith I put a logger in the onOrderUpdate method and not receiving any update after order is triggered. This has been an issue since 15th May.
tickerProvider.setOnOrderUpdateListener(new OnOrderUpdate() { @Override public void onOrderUpdate(Order order) { LOG.info("Order postback for Order Id : {} with status {}", order.orderId, order.status); } });
This was working fine till 15th. Let me know what am I missing here.
As mentioned above it is working fine at our end. I am not sure what is wrong at your end.
To resolve this, I would start by downloading the latest jar from the dist directory of javakiteconnect repo or including com.zerodhatech.kiteconnect 3.0.0 maven dependency to the project.
I put a logger in the onOrderUpdate method and not receiving any update after order is triggered. This has been an issue since 15th May. This was working fine till 15th. Let me know what am I missing here.
To resolve this, I would start by downloading the latest jar from the dist directory of javakiteconnect repo or including com.zerodhatech.kiteconnect 3.0.0 maven dependency to the project.
Kindly close this. It was an issue with ticker not getting initialized properly.