Skip to content

Early return from configure call #732

Description

@taquitos

Does this logic work?
if (maybeCurrentAppUserID != nil && maybeAppUserID != nil) && maybeAppUserID != maybeCurrentAppUserID { return }

We don't know! Currently maybeCurrentAppUserID is optional, but we should change that (tracked in #731) , then it becomes a question of:

Is it harmful/helpful/no-op to run

deviceCache.cache(appUserID: appUserID)
deviceCache.cleanupSubscriberAttributes()

If there is no change in appUserID?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions