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 keepalive ping not sending #591

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

SM2A
Copy link

@SM2A SM2A commented Mar 25, 2024

For API level higher than 34 when using custom intent action registerReceiver must be RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED with package name when sending broadcast

You can see this problem in basicSample. No keepalive ping was sent so that client loses connection all the time and reconnects. I found this problem in my app and investigated the cause so I found it here

I tested is afterward it fixed the issue

…Receiver must be RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED with package name when sending broadcast
@hannesa2 hannesa2 merged commit c6812e5 into hannesa2:v3.x Mar 25, 2024
3 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