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
Subscriber settings (sendInterval and averageInterval) should be stored separately for each subscriber.
Currently they are written into Server struct fields after any new call of Connect procedure. So any new subscriber overwrites settings for all others.
The text was updated successfully, but these errors were encountered:
Subscriber settings (
sendInterval
andaverageInterval
) should be stored separately for each subscriber.Currently they are written into
Server
struct fields after any new call ofConnect
procedure. So any new subscriber overwrites settings for all others.The text was updated successfully, but these errors were encountered: