Ask a Question
Does the BeamContext stats set method cache the stats if the user goes offline?
almost 2 years ago by Eva Ramirez(edited)
Does Stats service support offline mode? When setting stats using BeamContext.Stats.Set, does it cache the stats if the user goes offline? Is there any retry logic to send the stats when the user is back online?
almost 2 years ago by Eva RamirezAdmin
Stats does not have offline mode and does not have retry logic for setting stats. When it is online it does "batch" writes on a per-frame basis.