-
Notifications
You must be signed in to change notification settings - Fork 125
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 13 local Websocket #323
Comments
Do you know if this MR solve the problem? |
do you have |
I added |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs. |
Our app connects to our IoT device's local mqtt broker via Websocket over WiFi and the brokers IP address. We use
forceWifiUsageWithOptions
for this as there might be no internet on the device. This worked perfectly untill upgrading our app to Android 13 SDK Version 33. Now the local connection only works in a expo dev build, not in the release. There's no requests arriving at the broker.Anybody aware of breaking changes that prevent a LAN connection via Websocket? Are we missing any permissions?
We're really lost at the moment and any help is highly appreciated 👍
The text was updated successfully, but these errors were encountered: