You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience inconsistent data rate when publishing at relatively high frequency.
For example, if the subscription consists of a single integer field, broadcasted in a loop at a rate of 10 Hz, the client receives the integer values at a non-constant rate; for a second the data is received fast, for another data slows down.
What could be the reason?
I experience inconsistent data rate when publishing at relatively high frequency.
For example, if the subscription consists of a single integer field, broadcasted in a loop at a rate of 10 Hz, the client receives the integer values at a non-constant rate; for a second the data is received fast, for another data slows down.
What could be the reason?
Subscription:
Thread that broadcasts integer values:
And the consumer:
The text was updated successfully, but these errors were encountered: