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

Unable to send messages on specific iOS device #14

Open
tobimori opened this issue Aug 18, 2024 · 0 comments
Open

Unable to send messages on specific iOS device #14

tobimori opened this issue Aug 18, 2024 · 0 comments

Comments

@tobimori
Copy link

tobimori commented Aug 18, 2024

I just found this package yesterday and migrated everything from react-native-udp to this. It works great so far! Thank you for this wonderful contribution to the ecosystem.

However, I'm running into the following issue:

One of my devices (iOS) is unable to send messages to any address, be it a multicast address like 192.168.0.255 or a unicast address. It can receive messages from other devices (iPadOS & Android) perfectly fine.

Things I've tried:

  • Changing ports
  • Restarting the device
  • Trying a different message payload
  • Trying different IPs (multicast/unicast)
  • Using setBroadcast(true)

The app is using Expo SDK 51 and RN 0.75. Both iOS/iPadOS devices are on 17.5.1.

Any idea what this could be? Using the old package, tradle/react-native-udp works on this particular device. (but has other issues)

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

1 participant