I get this exception when my app user tries to get data from a web server using a client which is already doing some other work in the background.
I am using the same client throughout the application to maintain session.
The exception suggests :
Make sure to release the connection before allocating another one.
How to release it? Or it would be better if i can check whether its free of not. So that i can wait until it gets free or release
Thank You