The subscription has nothing to do with the rate. What you want to do - probably - is to have a queue, where messages are stored, as they are incoming (with their "frequency") and then process them in your main loop (which runs with another frequency).
Comments
The subscription has nothing to do with the rate. What you want to do - probably - is to have a queue, where messages are stored, as they are incoming (with their "frequency") and then process them in your main loop (which runs with another frequency).
Asked by Andromeda on 2023-01-09 17:55:56 UTC