Suppress WebSocket Close failure on received data

Issue #51 new
Ray Oei created an issue

Currently when a WebSocket Close sampler is executed it generates a failure when data is received other then the close frame. But because of the asynchronous behavior it is perfectly reasonable that the other ends has send data which has not yet been processed at the same time or shortly before the close is executed. The socket is closed properly. The option to ignore other data types would be helpful as with this call the data is no longer relevant. Only the closing.

Comments (2)

  1. Log in to comment