Reputation: 21
I have a server located on a private ip. When I send a frame by tcp, the server returns another frame.
Example:
Send: 64029384942023841230349
Received: 0394820123954812340989
The problem is that jmeter does not close the connection to receive that frame. I have to close the connection manually, but I do not need that. I need to jmeter close the connection automatically when I receive the frame.
Any ideas ?
Thank you very much!
Upvotes: 1
Views: 334
Reputation: 21
Resolved!
Use the EOL property to indicate the end of the response with the corresponding value!
Upvotes: 1