ignacio varela
ignacio varela

Reputation: 21

jmeter tcp response text

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

Answers (1)

ignacio varela
ignacio varela

Reputation: 21

Resolved!

Use the EOL property to indicate the end of the response with the corresponding value!

Upvotes: 1

Related Questions