Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Et/v5 retain fix namespace #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

magicwave
Copy link
Contributor

No description provided.

DittoService strong reference to Ditto instance caused parent library to crash when
reinitializing. This commit fixes the issue by making the ditto instance optional and
implementing cleanup.

- DittoService:
    - create new optional private ditto shadow property
    - expose force-unwrapped accessor of shadow property
    - implement cleanup function to set instance to nil
- DataManager:
    - add cleanup function to ReplicatingDataInterface protocol
    - add cleanup pass-through function
DittoService and DittoManager naming in parent app module caused runtime ambiguity and crash,
fixed in this commit with renaming.

- DittoService: rename class to ChatCoreDittoService
- DataManager: rename class to ChatCoreDataManager
@magicwave magicwave requested a review from ErikEverson February 8, 2025 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant