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

Android multicast issue (due to message-io?) #1

Closed
lemunozm opened this issue Jun 10, 2021 · 4 comments
Closed

Android multicast issue (due to message-io?) #1

lemunozm opened this issue Jun 10, 2021 · 4 comments

Comments

@lemunozm
Copy link

Hi @sigmaSd,

the multicast issue could be related to lemunozm/message-io#70

I will notify you when I fix it :)

@sigmaSd
Copy link
Owner

sigmaSd commented Jun 13, 2021

Hello @lemunozm,

Thanks for looking into this issue!

I already explored this and I remember that I could reproduce it on my phone with a basic java multicast example.

I concluded that multicast is not really well supported on android, also I have an old phone and that might have a big part in this.

Also I need to mention that I did not commit android folder, but for multicast to attempt to work you need to add this permission to the android manifest

<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />

I'll give a try anyway after you figure out the message-io issue.

Thanks!

@lemunozm
Copy link
Author

Thanks for the point @sigmaSd,

I already upload the fix to message-io. Version 0.14.2 contains it. I hope it is related and solves the android problem.

@sigmaSd
Copy link
Owner

sigmaSd commented Jun 22, 2021

Hello @lemunozm,

I updated to the latest message-io, unfortunately it doesn't fix the issue, like I said its very likely due to my old android phone, this is not something on message-io side.

@lemunozm
Copy link
Author

Ok, thanks for testing it anyway :)

@lemunozm lemunozm changed the title Android multicast issue Android multicast issue (due to message-io?) Jun 22, 2021
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

No branches or pull requests

2 participants