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

fix: unsubscribe from emitter after pickup completion #1806

Merged

Conversation

genaris
Copy link
Contributor

@genaris genaris commented Mar 27, 2024

Under React Native, when testing Message Pickup V2 live mode for long periods I found out some warnings stating that there were too many subscribers for agent event emitter.

After inspecting a bit the code of MessagePickupApi I saw we forgot to add a first() operator so it only waits for the first MessagePickupCompleted event and then unsubscribes automatically. Same thing happened to DiscoverFeaturesApi so here I added the same thing.

@TimoGlastra TimoGlastra merged commit 9fb6ae0 into openwallet-foundation:main Mar 28, 2024
12 checks passed
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.

2 participants