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

Backend starting before the frontend is ready, resulting in missed events #2471

Closed
leblowl opened this issue Apr 22, 2024 · 1 comment
Closed
Assignees
Labels
2.2.0 android bug Something isn't working

Comments

@leblowl
Copy link
Collaborator

leblowl commented Apr 22, 2024

Backend was starting before the frontend was ready on Android. This resulted in missing a CHANNEL_SUBSCRIBED event and thus not being able to send a message (having it greyed out indefinitely). It looks like Android connects with native code to the backend in order to get push notifications which causes the backend to start, then the actual frontend code connects and by then it's missed the CHANNEL_SUBSCRIBED event.

@leblowl leblowl added bug Something isn't working android 2.2.0 labels Apr 22, 2024
@leblowl leblowl self-assigned this Apr 22, 2024
@kingalg
Copy link
Collaborator

kingalg commented May 21, 2024

mobile@2.2.0-alpha.6

Fixed. I didn't observe behaviour associated with this issue in recent alphas.

@kingalg kingalg closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.2.0 android bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants