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

Port FSTQueryListener to C++ #2618

Merged
merged 27 commits into from
Mar 26, 2019
Merged

Port FSTQueryListener to C++ #2618

merged 27 commits into from
Mar 26, 2019

Conversation

wilhuff
Copy link
Contributor

@wilhuff wilhuff commented Mar 24, 2019

QueryListener is the core entity that the EventManager retains to maintain a listener on the user's behalf. This needs to be a std::shared_ptr in order to enable the ListenerRegistration to maintain a weak reference to it.

This partially addresses #2564, but the other part is the async listener.

Note the DIFFBASE on #2617.

Firestore/Source/Core/FSTEventManager.mm Show resolved Hide resolved
Firestore/Source/Core/FSTEventManager.mm Outdated Show resolved Hide resolved
Firestore/Source/Core/FSTEventManager.mm Outdated Show resolved Hide resolved
Firestore/Source/Core/FSTEventManager.mm Outdated Show resolved Hide resolved
Firestore/Source/Core/FSTEventManager.mm Outdated Show resolved Hide resolved
@var-const var-const assigned wilhuff and unassigned var-const Mar 25, 2019
@wilhuff wilhuff force-pushed the wilhuff/query-listener branch from f1f24b9 to d85bf4e Compare March 26, 2019 03:03
@wilhuff wilhuff changed the base branch from wilhuff/listen-options to master March 26, 2019 03:19
@wilhuff wilhuff merged commit 315effe into master Mar 26, 2019
@wilhuff wilhuff deleted the wilhuff/query-listener branch March 26, 2019 16:36
Corrob pushed a commit that referenced this pull request Apr 25, 2019
@firebase firebase locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants