Skip to content

bug fixed :- too much time to process the Data sever queue.

Latest
Compare
Choose a tag to compare
@NeelPatel21 NeelPatel21 released this 24 Mar 14:04
· 14 commits to master since this release

bug

  • 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.