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

MobileCore.registerEventListener: registered listeners needed to run in separate threads. #555

Closed
yangyansong-adbe opened this issue Feb 26, 2021 · 0 comments · Fixed by #559
Assignees
Labels
coresquad enhancement New feature or request

Comments

@yangyansong-adbe
Copy link
Contributor

yangyansong-adbe commented Feb 26, 2021

MobileCore.registerEventListener is used to register "global" listeners, but inside this API, the Event Hub will register the listeners in one placeholder extension. If one of the registered listener handlers is blocked in code ,other listeners will not get triggered.

@yangyansong-adbe yangyansong-adbe added the enhancement New feature or request label Feb 26, 2021
@yangyansong-adbe yangyansong-adbe changed the title MobileCore.registerEventListener -> registered listeners needed to run in separate threads. MobileCore.registerEventListener: registered listeners needed to run in separate threads. Feb 26, 2021
@yangyansong-adbe yangyansong-adbe self-assigned this Mar 1, 2021
@yangyansong-adbe yangyansong-adbe linked a pull request Mar 2, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coresquad enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants