You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in data server queue there is no restriction of the length, so there is long time required to process the data server queue due that problem server takes to much time to response other requests of client.
how to fix the bug
restrict size of the data server queue, so the time require to process the queue will be little. add data server request will be rejected if the data server queue is full at the time.