Use a Timeout when receiving data from WSS connection

Hello everyone,

when I have a WSS connection active, I receive data all 3 to 5 seconds. However, as it is often the same data (only changes each minute), I would like to use some kind of a timeout or interval, so that I only receive new data every 30 seconds.

I couldn’t find any solutions yet, as my search mostly provided solutions when you create a WSS yourself, instead of just receiving the data as a client.

Thanks a lot in advance!!