WebSocket, multiple messages, one check?

I’m wondering if there if a way to have less checks (e.g. just 1) after a sendTest than the actual numbers of messages sent back by the server? I know that checkIf was added to the latest version, but doesn’t seem to be enough to cover this case.

Use matching to target a single specific message.

Thank you, I didn’t realize I could use matching to achieve this.