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
This occurs because the InMemoryStorage has a max size of 250 items... So if you queue a large amount of events, this will cause the server settings to be lost as the first item is removed.
@ejsmith I think this is also a bug with the .net client.