-
Notifications
You must be signed in to change notification settings - Fork 184
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
Flutter release build not working as expected on real device #390
Comments
any reproducible example? |
@ifeanyidotdev did you resolve this? I am seeing what appears to be the same behaviour trying to stream voice data over a socket. The app works fine in debug mode but with a release build it connects to the server ok but it never receives any data and the client app becomes unresponsive. |
FYI @jumperchen @ifeanyidotdev I had to downgrade to socket_io_client 3.0.0 (socket_io_common 3.0.0) to get things working again. Unfortunately I don't know which was causing my issue but I'm pretty sure it was one of them. |
@tan-yaka you downgraded and it now works fine on release build ? |
@ifeanyidotdev yes |
i am working with this client on a flutter for mobile, if i build release build and run the release build on an emulator the socket works fine, but if i run the release build on a real device , the logs shows that the connection was successful but the socket does not do the intended for realtime data on the real device
The text was updated successfully, but these errors were encountered: