fail: appnametemp.Worker[0] While reading orders:The operation has timed out. at KiteConnect.Kite.Request(String Route, String Method, Object Params, Dictionary`2 QueryParams, Boolean json) at KiteConnect.Kite.GetOrders()
Here is the code that is triggering this error. var allOrders = _kite.GetOrders();
Note: the same code is running in other machines, and when I change the network, it works for 2 times and again it gives the same error with that network also.