Send web socket frame in silent mode

Hi,

Is it a way to send a web socket frame in a silent way (as it is done using silent for http requests)?

For example:

.exec(ws(“sendFrame”).sendText("{“kind”:“data”,“id”:20,“content”:"\“jsonrpc\”:\“2.0\”,\“id\”:1,\“result\”:null}"}"))

.silent

Thanks,

David Freidlin

No, it’s not currently possible.

Feel free to contribute though :slight_smile:

Cheers,