Getting a unexpected frame Type Error when using ping pong web socket sampler

Issue #178 new
Former user created an issue

Hi Team,

I am getting below error when hitting ping pong sampler

Unexpected frame type (text).

Comments (2)

  1. Peter Doornbosch repo owner

    Hi Former user,

    That’s not a bug in the plugin, but in your test plan. Probably, you did not read all the text frames the server sent before you sent a ping. If the server sends unsolicited messages, this could be a race condition that you can fix by using a pong filter.

    Hth
    Peter

  2. Log in to comment