Feature Request: Add flag to silently timeout for the websocket single read sampler

Issue #21 resolved
Former user created an issue

As I need to constantly poll for push responses from the server without blocking the thread, I set my timeout to say 10ms and assume it will timeout when nothing is there. However, I do not want to produce an error.

This would be similar to the maximum time to wait for a message as noted in the filter documentation, but with the option to turn in on or off.

Comments (4)

  1. Log in to comment