ably / ably-asset-tracking-android

Android client SDKs for the Ably Asset Tracking service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-added trackable does not enter or subscribe to presenc

AndyTWF opened this issue · comments

If a trackable is removed from the publisher and then re-added, that trackable will never enter presence or subscribe.

This is because DisconnectSuccessWorker does not remove the trackable from the trackable removal guard, and thus it is permanently "marked for removal". The EnterPresenceWorker and SubscribeToPresenceWorker check if a trackable is being removed and will not run if that is the case.

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3312