WebSocket Single Read Sampler split the update message length more than 8192 bytes into multiple update message

Issue #216 resolved
王娜 created an issue

Steps:
1, open connection, send subscribe message.
2, use WebSocket Single Read Sampler to receive the update message's payload body with body size more than 8192 bytes, e.g 108036 bytes
Expected result: the update message can be received in 1 WebSocket Single Read Sampler. See the attached file, the body size should be 108036 bytes.
Actual result: the update message will be split to multiple WebSocket Single Read Sampler.See attached file. The body size is 8192 bytes

Comments (1)

  1. Log in to comment