-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RawDatagramSocket stopped working on iOS 17.4.1 #55564
Comments
Restarting the iPhone fixed it! |
Have you found the cause of the problem? I can reproducible this issue. |
unfortunately no, it seems related to OS not dart. restarting the phone didn't help? |
Yes, restarting the phone socket to send data will return to normal (socket.send returns > 0), but I want to know what causes this so that we can prevent it from happening |
Then if you know or you can find a reliable way to reproduce it, you can write it here for others and then we will reopen it. |
You can try to see if this step can reproduce this problem.Here's my repeat step: iOS17.5.1, denies the local network permission that the software initially requested, then turns it back on in Settings, and no matter how I try to send a broadcast, the length of the broadcast is 0, and the socket only receives a close event, no error occurred. |
I'm experiencing the same issue in both Android and iOS devices. check my ticket dart-lang/http#1278 |
The RawDatagramSocket stopped working on iOS 17.4.1.
To reproduce, I've made a simple app and run it on 4 different iphones.
Error on iphone 17.4.1:
Flutter doctor
I'd greatly appreciate assistance and guidance from someone on the core team in narrowing down the scope of debugging.
maybe related to #45824
The text was updated successfully, but these errors were encountered: