When using this in setting where I need to make a lot of calls in quick succession. I'm seeing a performance issue with all the stopping and starting of clients connections.
If there was a way to start a session and re-use it for each connection, it would cut down the time spent fetching information dramatically.
It doesn't seem like it would be too hard augmenting the Client init to take in a passed session variable for re-use.
Is there any interest in this?
When using this in setting where I need to make a lot of calls in quick succession. I'm seeing a performance issue with all the stopping and starting of clients connections.
If there was a way to start a session and re-use it for each connection, it would cut down the time spent fetching information dramatically.
It doesn't seem like it would be too hard augmenting the Client init to take in a passed session variable for re-use.
Is there any interest in this?