-
Notifications
You must be signed in to change notification settings - Fork 155
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
setBroadcast(true) not working on Android #96
Comments
I have the same problem. |
@Rapsssito Have you solved it? |
Sadly, no. |
@Rapsssito |
I think it is related to the Android part. It looks like the process hangs on setting the socket broadcast to |
There could be useful info in #82 and @shynst's commit in his fork: shynst@aef3f01. |
I'm indeed seeing the hanging behaviour here. It even results in an error in a flow where you:
That will throw an error Anyway, I've found that I can just omit the call to |
Duplicate of #82, moving discussion over that issue. |
When calling
socket.setBroadcast(true)
on Android after binding the socket, it makes whole the process hang forever. This method works on iOS.The text was updated successfully, but these errors were encountered: