Hi,
I have a thread group that runs forever. That thread group runs a sequence of actions using TCP samplers (that reuse the same socket) that eventually gets the socket disconnected (logout from the target server). After the first loop the socket is disconnected, but it remains in the socket's map, leading to the second loop trying to reuse it. Is there any way to remove the socket from the map when it gets disconnected/after each loop terminates?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to