Hello Team,
In one of my DMI call I am getting operation timed out message and when I checked the console it was status SERVER_TIMEOUT.
The problem is that we create a loadmask and make it visible before making this DMI call and in the callback method of this DMI call , we hide the loadmask.
But since in case of operation timeout, we are not even reaching to the callback method, my loadmask is always visible on the scree.
Kindly help us in finding out if there is a way in which we can handle the timeout status of this RPC request.
Thank you.
In one of my DMI call I am getting operation timed out message and when I checked the console it was status SERVER_TIMEOUT.
The problem is that we create a loadmask and make it visible before making this DMI call and in the callback method of this DMI call , we hide the loadmask.
But since in case of operation timeout, we are not even reaching to the callback method, my loadmask is always visible on the scree.
Kindly help us in finding out if there is a way in which we can handle the timeout status of this RPC request.
Thank you.
Comment