Getting above exception when using ThreadPoolExecutor
for parallel asyncthread execution.
The first time I request to the server which is long running process. Meanwhile, I send one more request to the server which is executing correctly but first request which still has to run, but stopped after second request.